Skip to content

Commit 503cd5b

Browse files
kateinoigakukunMaxDesiatov
authored andcommitted
[WASM] Update actions/checkout to v2
# Conflicts: # .github/workflows/manual-distribution.yml
1 parent 7a835d1 commit 503cd5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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@v1
30+
- uses: actions/checkout@v2
3131
with:
3232
path: swift
3333
- name: Prepare sccache timestamp
@@ -76,7 +76,7 @@ jobs:
7676
sudo apt clean
7777
docker rmi $(docker image ls -aq)
7878
df -h
79-
- uses: actions/checkout@v1
79+
- uses: actions/checkout@v2
8080
with:
8181
path: swift
8282
- name: Prepare sccache timestamp
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: macos-10.15
113113

114114
steps:
115-
- uses: actions/checkout@v1
115+
- uses: actions/checkout@v2
116116
with:
117117
path: swift
118118
- name: Prepare sccache timestamp

.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@v1
9+
- uses: actions/checkout@v2
1010
- name: Setup keychain
1111
run: |
1212
echo "$DARWIN_TOOLCHAIN_APPLICATION_CERT_BASE64" | base64 --decode -o developerID_application.p12

0 commit comments

Comments
 (0)