From f926d96c7468650b64a02d7999e2ebec5f1ff96f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:50:33 +0000 Subject: [PATCH] CI: Bump mymindstorm/setup-emsdk from 13 to 14 Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 13 to 14. - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v13...v14) --- updated-dependencies: - dependency-name: mymindstorm/setup-emsdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/wasm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 8d544472dd7..7c95d70320c 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -22,7 +22,7 @@ jobs: sudo apt-get update sudo apt-get install -y ninja-build gcc-12 g++-12 libstdc++-12-dev - name: "Install emscripten" - uses: mymindstorm/setup-emsdk@v13 + uses: mymindstorm/setup-emsdk@v14 with: version: 3.1.25 - name: "Check versions"