Skip to content

Commit fb766b8

Browse files
dependabot[bot]Jarod42
authored andcommitted
Bump actions/checkout from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout 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 e7e208f commit fb766b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- uses: Jarod42/install-premake5@v6
2828

29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
submodules: recursive
3232

.github/workflows/msys2_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- uses: Jarod42/install-premake5@v6
2626

27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
submodules: recursive
3030

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
LLVM_ROOT: ${{steps.LLVM.outputs.LLVM_ROOT}}
3939

40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
with:
4242
submodules: recursive
4343

@@ -61,7 +61,7 @@ jobs:
6161
6262
# Create compile_commands.json
6363
- name: checkout premake-export-compile-commands
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565
with:
6666
repository: Jarod42/premake-export-compile-commands
6767
path: premake-export-compile-commands

0 commit comments

Comments
 (0)