From 6123b67ad0330f85b60c9542644e8e2b1221a063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:41:15 -0500 Subject: [PATCH] chore(deps): bump mymindstorm/setup-emsdk from 12 to 13 (#899) Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 12 to 13. - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v12...v13) --- updated-dependencies: - dependency-name: mymindstorm/setup-emsdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/emscripten.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/emscripten.yaml b/.github/workflows/emscripten.yaml index cc0e34b5..f3c7559d 100644 --- a/.github/workflows/emscripten.yaml +++ b/.github/workflows/emscripten.yaml @@ -40,7 +40,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@v13 with: version: ${{ steps.compute-emsdk-version.outputs.emsdk-version }} actions-cache-folder: emsdk-cache