Skip to content

Commit f184483

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump mymindstorm/setup-emsdk from 14 to 15
Bumps [mymindstorm/setup-emsdk](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea843dd commit f184483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ jobs:
563563
- run: |
564564
pip install pyodide-build>=0.28.0
565565
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
566-
- uses: mymindstorm/setup-emsdk@v14
566+
- uses: mymindstorm/setup-emsdk@v15
567567
with:
568568
version: ${{ env.EMSCRIPTEN_VERSION }}
569569
- run: pyodide build

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
- run: |
304304
pip install pyodide-build>=0.28.0
305305
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
306-
- uses: mymindstorm/setup-emsdk@v14
306+
- uses: mymindstorm/setup-emsdk@v15
307307
with:
308308
version: ${{ env.EMSCRIPTEN_VERSION }}
309309
- run: pyodide build

0 commit comments

Comments
 (0)