Skip to content

Commit b18069a

Browse files
authored
Merge pull request #53 from jimon/dependabot/github_actions/github-actions-833d03c70b
Bump mymindstorm/setup-emsdk from 14 to 15 in the github-actions group
2 parents ebee7e4 + 4fe18c7 commit b18069a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v6
2424

25-
- uses: mymindstorm/setup-emsdk@v14
25+
- uses: mymindstorm/setup-emsdk@v15
2626

2727
- name: install premake5
2828
uses: Jarod42/install-premake5@v7

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v6
2424

25-
- uses: mymindstorm/setup-emsdk@v14
25+
- uses: mymindstorm/setup-emsdk@v15
2626

2727
- name: install premake5
2828
uses: Jarod42/install-premake5@v7

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v6
2424

25-
- uses: mymindstorm/setup-emsdk@v14
25+
- uses: mymindstorm/setup-emsdk@v15
2626

2727
- name: install premake5
2828
uses: Jarod42/install-premake5@v7

0 commit comments

Comments
 (0)