From 90f7b16d3f0e696a5e3d6a47ac82f78803ace37d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:02:46 +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/Emscripten.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Emscripten.yml b/.github/workflows/Emscripten.yml index 55486dcd..b3d68c8d 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@v14 + uses: mymindstorm/setup-emsdk@v15 # Continue on error to ignore problems with caching continue-on-error: true with: