From 85e0c7d2c9146dfa8bd8fb7696b0d94a53dfb5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:16:19 +0000 Subject: [PATCH] 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](https://github.com/mymindstorm/setup-emsdk/compare/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] --- .github/workflows/build.yml | 2 +- .github/workflows/python-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cb6fb79..a4d82ae8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -563,7 +563,7 @@ jobs: - run: | pip install pyodide-build>=0.28.0 echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV - - uses: mymindstorm/setup-emsdk@v14 + - uses: mymindstorm/setup-emsdk@v15 with: version: ${{ env.EMSCRIPTEN_VERSION }} - run: pyodide build diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 4a4a685d..25cae877 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -303,7 +303,7 @@ jobs: - run: | pip install pyodide-build>=0.28.0 echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV - - uses: mymindstorm/setup-emsdk@v14 + - uses: mymindstorm/setup-emsdk@v15 with: version: ${{ env.EMSCRIPTEN_VERSION }} - run: pyodide build