Skip to content

Commit 9765bcf

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65a379c commit 9765bcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Run steps
2828
steps:
2929
# Pull changes
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131

3232
# Setup Java
3333
- name: Set up JDK
@@ -52,7 +52,7 @@ jobs:
5252
# Run steps
5353
steps:
5454
# Pull changes
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v6
5656

5757
# Setup Java
5858
- name: Set up JDK

0 commit comments

Comments
 (0)