From eea6ac4814ff8254925e0e61a67ac9ed94446bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:53:10 +0000 Subject: [PATCH] build(deps): bump mymindstorm/setup-emsdk from 14 to 15 Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 14 to 15. - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v14...v15) --- updated-dependencies: - dependency-name: mymindstorm/setup-emsdk dependency-version: '15' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2192d7c72..0356f012c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,7 +163,7 @@ jobs: - name: Install OS dependencies run: sudo apt install ninja-build cmake flex bison - - uses: mymindstorm/setup-emsdk@v14 + - uses: mymindstorm/setup-emsdk@v15 with: version: "3.1.58" actions-cache-folder: "emsdk-cache"