Skip to content

Commit 30107b5

Browse files
authored
Merge pull request #25 from python-project-templates/dependabot/github_actions/mymindstorm/setup-emsdk-16
Bump mymindstorm/setup-emsdk from 14 to 16
2 parents 62a9ea7 + 08a3266 commit 30107b5

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)