From 304eda5530f05f6b8bd109a1bad6dde241fac4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:41:04 +0000 Subject: [PATCH] build(deps): bump mymindstorm/setup-emsdk from 15 to 16 Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 15 to 16. - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v15...v16) --- updated-dependencies: - dependency-name: mymindstorm/setup-emsdk dependency-version: '16' 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 a4d82ae8..ddfa1065 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@v15 + - uses: mymindstorm/setup-emsdk@v16 with: version: ${{ env.EMSCRIPTEN_VERSION }} - run: pyodide build diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 25cae877..d10b8db8 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@v15 + - uses: mymindstorm/setup-emsdk@v16 with: version: ${{ env.EMSCRIPTEN_VERSION }} - run: pyodide build