Skip to content

Commit a7c1698

Browse files
Bump Jarod42/install-premake5 from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [Jarod42/install-premake5](https://github.com/jarod42/install-premake5). Updates `Jarod42/install-premake5` from 5 to 6 - [Release notes](https://github.com/jarod42/install-premake5/releases) - [Commits](Jarod42/install-premake5@v5...v6) --- updated-dependencies: - dependency-name: Jarod42/install-premake5 dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bb98ca commit a7c1698

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
mingw-w64-x86_64-clang
2525
mingw-w64-x86_64-llvm
2626
27-
- uses: Jarod42/install-premake5@v5
27+
- uses: Jarod42/install-premake5@v6
2828

2929
- uses: actions/checkout@v4
3030
with:

.github/workflows/msys2_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
mingw-w64-x86_64-clang
2323
mingw-w64-x86_64-llvm
2424
25-
- uses: Jarod42/install-premake5@v5
25+
- uses: Jarod42/install-premake5@v6
2626

2727
- uses: actions/checkout@v4
2828
with:

.github/workflows/ubuntu.yml

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

1616
steps:
1717

18-
- uses: Jarod42/install-premake5@v5
18+
- uses: Jarod42/install-premake5@v6
1919

2020
- name: gcc version
2121
run: |

0 commit comments

Comments
 (0)