Skip to content

Commit 08a3266

Browse files
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](emscripten-core/setup-emsdk@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] <support@github.com>
1 parent 62a9ea7 commit 08a3266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
version: 22.x
4747

48-
- uses: mymindstorm/setup-emsdk@v14
48+
- uses: mymindstorm/setup-emsdk@v16
4949

5050
- name: Install dependencies
5151
run: make develop

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: actions-ext/python/setup@main
1616
- uses: actions-ext/node/setup@main
17-
- uses: mymindstorm/setup-emsdk@v14
17+
- uses: mymindstorm/setup-emsdk@v16
1818
- run: make develop
1919
- run: uv pip install .
2020
- run: uv pip install yardang

0 commit comments

Comments
 (0)