From 92819897254d9298b198491508a71e8d633f2fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 06:04:25 +0000 Subject: [PATCH] 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b425b7..386ee67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: # Setup Emsdk - name: Setup Emscripten if: ${{ matrix.confs.plat == 'wasm' }} - uses: mymindstorm/setup-emsdk@v14 + uses: mymindstorm/setup-emsdk@v15 with: version: 4.0.15 actions-cache-folder: emsdk-cache-${{ matrix.confs.mode }}