Skip to content

Commit e733a07

Browse files
committed
Update CI action versions
1 parent 896de71 commit e733a07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- ubuntu-latest
2727
steps:
2828
- name: Checkout repo
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v3
3030

3131
# Work around https://github.com/actions/cache/issues/403.
3232
- name: Use GNU tar
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Cache artifacts
4242
id: cache
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
with:
4545
path: |
4646
~/.cargo/registry
@@ -59,7 +59,7 @@ jobs:
5959
run: cargo fmt -- --check
6060

6161
- name: Install emscripten
62-
uses: mymindstorm/setup-emsdk@v10
62+
uses: mymindstorm/setup-emsdk@v11
6363
with:
6464
version: ${{ env.EMSCRIPTEN_VERSION }}
6565

@@ -113,11 +113,11 @@ jobs:
113113
runs-on: windows-latest
114114
steps:
115115
- name: Checkout repo
116-
uses: actions/checkout@v2
116+
uses: actions/checkout@v3
117117

118118
- name: Cache artifacts
119119
id: cache
120-
uses: actions/cache@v2
120+
uses: actions/cache@v3
121121
with:
122122
path: |
123123
~/.cargo/registry

0 commit comments

Comments
 (0)