Skip to content

Commit cddad4a

Browse files
authored
Merge pull request #54 from jimon/dependabot/github_actions/github-actions-3ffbce83b5
Bump the github-actions group with 2 updates
2 parents b18069a + 532d5c0 commit cddad4a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/formatting.yml

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

23-
- uses: JohnnyMorganz/stylua-action@v4
23+
- uses: JohnnyMorganz/stylua-action@v5
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
version: latest

.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@v15
25+
- uses: mymindstorm/setup-emsdk@v16
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@v15
25+
- uses: mymindstorm/setup-emsdk@v16
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@v15
25+
- uses: mymindstorm/setup-emsdk@v16
2626

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

0 commit comments

Comments
 (0)