Skip to content

Commit 2058fa7

Browse files
authored
Bump actions version
1 parent df71880 commit 2058fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
BUILD_PATH: ${{ github.workspace }}/build/web/${{ matrix.type }}
2020

2121
steps:
22-
- uses: actions/checkout@v2
23-
- uses: mymindstorm/setup-emsdk@v11
22+
- uses: actions/checkout@v4
23+
- uses: mymindstorm/setup-emsdk@v14
2424

2525
- name: Test Emscripten
2626
run: emcc -v

0 commit comments

Comments
 (0)