@@ -12,15 +12,15 @@ jobs:
12
12
DANGER :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2.3.4
15
+ - uses : actions/checkout@v3.0.0
16
16
- name : Setup Ruby
17
- uses : ruby/setup-ruby@v1.71 .0
17
+ uses : ruby/setup-ruby@v1.99 .0
18
18
with :
19
19
ruby-version : 2.7
20
20
- name : Install blunder and install deps.
21
21
run : |
22
22
gem install bundler
23
- bundle install --jobs 4 --retry 3
23
+ bundle install
24
24
- name : Run danger
25
25
run : |
26
26
bundle exec danger
32
32
runs-on : macOS-latest
33
33
34
34
steps :
35
- - uses : actions/checkout@v2.3.4
35
+ - uses : actions/checkout@v3.0.0
36
36
- name : Test
37
37
run : swift test
38
38
41
41
runs-on : macOS-latest
42
42
43
43
steps :
44
- - uses : actions/checkout@v2.3.4
44
+ - uses : actions/checkout@v3.0.0
45
45
- name : Lint
46
46
run : pod lib lint
47
47
@@ -50,24 +50,24 @@ jobs:
50
50
runs-on : macOS-latest
51
51
52
52
steps :
53
- - uses : maxim-lobanov/setup-xcode@v1.2.3
53
+ - uses : maxim-lobanov/setup-xcode@v1.4.1
54
54
with :
55
55
xcode-version : ' 11.7'
56
- - uses : actions/checkout@v2.3.4
57
- -
uses :
actions/[email protected] .6
56
+ - uses : actions/checkout@v3.0.0
57
+ -
uses :
actions/[email protected] .7
58
58
id : carthage-cache
59
59
with :
60
60
path : Carthage
61
- key : carthage-${{ hashFiles('**/Cartfile.resolved') }}
61
+ key : carthage-11-7- ${{ hashFiles('**/Cartfile.resolved') }}
62
62
- name : Checkout
63
63
if : steps.carthage-cache.outputs.cache-hit != 'true'
64
64
run : |
65
65
carthage bootstrap --no-use-binaries --cache-builds
66
66
- name : Build
67
- run : carthage build --no-skip-current --cache-builds;
67
+ run : carthage build --no-skip-current --cache-builds
68
68
- name : Archive
69
69
run : carthage archive
70
- - uses : actions/upload-artifact@v2
70
+ - uses : actions/upload-artifact@v3.0.0
71
71
with :
72
72
name : SwiftQueue
73
73
path : SwiftQueue.framework.zip
@@ -77,19 +77,19 @@ jobs:
77
77
runs-on : macOS-latest
78
78
79
79
steps :
80
- - uses : maxim-lobanov/setup-xcode@v1.2.3
80
+ - uses : maxim-lobanov/setup-xcode@v1.4.1
81
81
with :
82
82
xcode-version : ' 11.7'
83
- - uses : actions/checkout@v2.3.4
84
- -
uses :
actions/[email protected] .6
83
+ - uses : actions/checkout@v3.0.0
84
+ -
uses :
actions/[email protected] .7
85
85
id : carthage-cache
86
86
with :
87
87
path : Carthage
88
- key : carthage-${{ hashFiles('**/Cartfile.resolved') }}
88
+ key : carthage-11-7- ${{ hashFiles('**/Cartfile.resolved') }}
89
89
- name : Checkout
90
90
if : steps.carthage-cache.outputs.cache-hit != 'true'
91
91
run : |
92
92
carthage bootstrap --no-use-binaries --cache-builds
93
93
- name : Build
94
94
run : xcodebuild -project "SwiftQueue.xcodeproj" -scheme "SwiftQueue macOS" -destination "arch=x86_64" -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES test -enableCodeCoverage YES | xcpretty
95
- - uses : codecov/codecov-action@v1.5 .0
95
+ - uses : codecov/codecov-action@v2.1 .0
0 commit comments