File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
sudo apt clean
28
28
docker rmi $(docker image ls -aq)
29
29
df -h
30
- - uses : actions/checkout@v1
30
+ - uses : actions/checkout@v2
31
31
with :
32
32
path : swift
33
33
- name : Prepare sccache timestamp
76
76
sudo apt clean
77
77
docker rmi $(docker image ls -aq)
78
78
df -h
79
- - uses : actions/checkout@v1
79
+ - uses : actions/checkout@v2
80
80
with :
81
81
path : swift
82
82
- name : Prepare sccache timestamp
@@ -112,7 +112,7 @@ jobs:
112
112
runs-on : macos-10.15
113
113
114
114
steps :
115
- - uses : actions/checkout@v1
115
+ - uses : actions/checkout@v2
116
116
with :
117
117
path : swift
118
118
- name : Prepare sccache timestamp
Original file line number Diff line number Diff line change 6
6
nightly-distribution :
7
7
runs-on : macos-latest
8
8
steps :
9
- - uses : actions/checkout@v1
9
+ - uses : actions/checkout@v2
10
10
- name : Setup keychain
11
11
run : |
12
12
echo "$DARWIN_TOOLCHAIN_APPLICATION_CERT_BASE64" | base64 --decode -o developerID_application.p12
You can’t perform that action at this time.
0 commit comments