From 728d41b99a6dced3d9c3d37389ed676bdd642af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:43:17 +0000 Subject: [PATCH] Bump mymindstorm/setup-emsdk from 14 to 16 Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 14 to 16. - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v14...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/webassembly-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webassembly-reusable.yml b/.github/workflows/webassembly-reusable.yml index 0bc8c3e8..3fbbab48 100644 --- a/.github/workflows/webassembly-reusable.yml +++ b/.github/workflows/webassembly-reusable.yml @@ -23,7 +23,7 @@ jobs: - name: Create local GSL directory run: mkdir -p "${{ github.workspace }}/usr" - - uses: mymindstorm/setup-emsdk@v14 + - uses: mymindstorm/setup-emsdk@v16 - name: Cache compiled GSL id: cache-gsl