Skip to content

Commit 1becb8e

Browse files
Revert "[WASM] Update actions/checkout to v2"
This reverts commit ae9ccac.
1 parent 5d924b9 commit 1becb8e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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
@@ -73,7 +73,7 @@ jobs:
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

.github/workflows/manual-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/nightly-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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

0 commit comments

Comments
 (0)