From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:52:24 +0000 (+0000) Subject: Bump mymindstorm/setup-emsdk from 14 to 16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3d784dcbeea6b5d036931605503ee2126c1c821;p=thirdparty%2Fzlib-ng.git 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] --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 5f843aa1e..e77baf665 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -790,7 +790,7 @@ jobs: - name: Install Emscripten if: contains(matrix.name, 'WASM32') - uses: mymindstorm/setup-emsdk@v14 + uses: mymindstorm/setup-emsdk@v16 # Get MCST LCC from github actions cache or download from dev.mcst.ru and save to cache - name: Cache MCST LCC ${{ matrix.toolchain }} (Ubuntu) diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 8186095f6..eaabcc2c3 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -304,7 +304,7 @@ jobs: - name: Install Emscripten if: contains(matrix.name, 'WASM32') - uses: mymindstorm/setup-emsdk@v14 + uses: mymindstorm/setup-emsdk@v16 - name: Generate project files run: |