Skip to content

Commit 111eaf4

Browse files
authored
Merge pull request #9 from ofWorks/dependabot/github_actions/mymindstorm/setup-emsdk-16
Bump mymindstorm/setup-emsdk from 15 to 16
2 parents 233702b + e17167e commit 111eaf4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Emscripten Install
120120
if: matrix.platform == 'emscripten'
121-
uses: mymindstorm/setup-emsdk@v15
121+
uses: mymindstorm/setup-emsdk@v16
122122
with:
123123
version: 5.0.4
124124
actions-cache-folder: "emsdk-cache"

.github/workflows/_buildnoemscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121

122122
- name: Emscripten Install
123123
if: matrix.platform == 'emscripten'
124-
uses: mymindstorm/setup-emsdk@v15
124+
uses: mymindstorm/setup-emsdk@v16
125125
with:
126126
version: 4.0.20
127127
actions-cache-folder: "emsdk-cache"

.github/workflows/_buildwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Emscripten Install
9696
if: matrix.platform == 'emscripten'
97-
uses: mymindstorm/setup-emsdk@v15
97+
uses: mymindstorm/setup-emsdk@v16
9898
with:
9999
version: 4.0.20
100100
actions-cache-folder: "emsdk-cache"

.github/workflows/cairo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Emscripten Install
106106
if: matrix.platform == 'emscripten'
107-
uses: mymindstorm/setup-emsdk@v15
107+
uses: mymindstorm/setup-emsdk@v16
108108
with:
109109
version: 4.0.15
110110
actions-cache-folder: "emsdk-cache"

0 commit comments

Comments
 (0)