From 2ece6b2bcd38106987159b3b9798e483d85f6ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:54:43 +0000 Subject: [PATCH] Bump mymindstorm/setup-emsdk from 12 to 14 Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 12 to 14. - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v12...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/enscripten.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enscripten.yaml b/.github/workflows/enscripten.yaml index c7eabf1..c541c1e 100644 --- a/.github/workflows/enscripten.yaml +++ b/.github/workflows/enscripten.yaml @@ -34,7 +34,7 @@ jobs: EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) echo "emsdk-version=$EMSCRIPTEN_VERSION" >> $GITHUB_OUTPUT - - uses: mymindstorm/setup-emsdk@v12 + - uses: mymindstorm/setup-emsdk@v14 with: version: ${{ steps.compute-emsdk-version.outputs.emsdk-version }} actions-cache-folder: emsdk-cache