File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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@v2
30
+ - uses : actions/checkout@v1
31
31
with :
32
32
path : swift
33
33
- name : Prepare sccache timestamp
73
73
sudo apt clean
74
74
docker rmi $(docker image ls -aq)
75
75
df -h
76
- - uses : actions/checkout@v2
76
+ - uses : actions/checkout@v1
77
77
with :
78
78
path : swift
79
79
- name : Prepare sccache timestamp
@@ -109,7 +109,7 @@ jobs:
109
109
runs-on : macos-10.15
110
110
111
111
steps :
112
- - uses : actions/checkout@v2
112
+ - uses : actions/checkout@v1
113
113
with :
114
114
path : swift
115
115
- name : Prepare sccache timestamp
Original file line number Diff line number Diff line change 16
16
manual-distribution :
17
17
runs-on : macos-latest
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v1
20
20
- name : Setup keychain
21
21
run : |
22
22
security create-keychain -p "$KEYCHAIN_PASSWORD" swiftwasm-ci
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@v2
9
+ - uses : actions/checkout@v1
10
10
- name : Setup keychain
11
11
run : |
12
12
security create-keychain -p "$KEYCHAIN_PASSWORD" swiftwasm-ci
You can’t perform that action at this time.
0 commit comments