Skip to content

Commit bb72625

Browse files
committed
Update checkout and setup-emsdk
1 parent 7f7800c commit bb72625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232
with:
3333
submodules: 'recursive'
3434

@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Setup Emscripten
4848
if: matrix.platform.compiler == 'em++'
49-
uses: mymindstorm/setup-emsdk@v7
49+
uses: mymindstorm/setup-emsdk@v11
5050
with:
5151
version: ${{env.EM_VERSION}}
5252
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}

0 commit comments

Comments
 (0)