Skip to content

Commit c855c83

Browse files
Bump mymindstorm/setup-emsdk from 14 to 15 in the github-actions group (#998)
Bumps the github-actions group with 1 update: [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk). Updates `mymindstorm/setup-emsdk` from 14 to 15 - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](emscripten-core/setup-emsdk@v14...v15) --- updated-dependencies: - dependency-name: mymindstorm/setup-emsdk dependency-version: '15' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed97ec3 commit c855c83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ffishjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
path: ${{env.EM_CACHE_FOLDER}}
2828
key: emsdk-${{env.EM_VERSION}}-${{ runner.os }}
29-
- uses: mymindstorm/setup-emsdk@v14
29+
- uses: mymindstorm/setup-emsdk@v15
3030
with:
3131
version: ${{env.EM_VERSION}}
3232
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
path: ${{env.EM_CACHE_FOLDER}}
6262
key: emsdk-${{env.EM_VERSION}}-${{ runner.os }}
63-
- uses: mymindstorm/setup-emsdk@v14
63+
- uses: mymindstorm/setup-emsdk@v15
6464
with:
6565
version: ${{env.EM_VERSION}}
6666
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}

0 commit comments

Comments
 (0)