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 2727 sudo apt clean
2828 docker rmi $(docker image ls -aq)
2929 df -h
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v1
3131 with :
3232 path : swift
3333 - name : Prepare sccache timestamp
7373 sudo apt clean
7474 docker rmi $(docker image ls -aq)
7575 df -h
76- - uses : actions/checkout@v2
76+ - uses : actions/checkout@v1
7777 with :
7878 path : swift
7979 - name : Prepare sccache timestamp
@@ -109,7 +109,7 @@ jobs:
109109 runs-on : macos-10.15
110110
111111 steps :
112- - uses : actions/checkout@v2
112+ - uses : actions/checkout@v1
113113 with :
114114 path : swift
115115 - name : Prepare sccache timestamp
Original file line number Diff line number Diff line change 1616 manual-distribution :
1717 runs-on : macos-latest
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v1
2020 - name : Setup keychain
2121 run : |
2222 security create-keychain -p "$KEYCHAIN_PASSWORD" swiftwasm-ci
Original file line number Diff line number Diff line change 66 nightly-distribution :
77 runs-on : macos-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v1
1010 - name : Setup keychain
1111 run : |
1212 security create-keychain -p "$KEYCHAIN_PASSWORD" swiftwasm-ci
You can’t perform that action at this time.
0 commit comments