From a255de9007ba3e843f0f84a4bb574cf7e69f508c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 04:02:32 +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/Emscripten.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Emscripten.yml b/.github/workflows/Emscripten.yml index b3d68c8d..919d0294 100644 --- a/.github/workflows/Emscripten.yml +++ b/.github/workflows/Emscripten.yml @@ -182,7 +182,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Emscripten - uses: mymindstorm/setup-emsdk@v15 + uses: mymindstorm/setup-emsdk@v16 # Continue on error to ignore problems with caching continue-on-error: true with: