Skip to content

Commit 2711488

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9260ee2 commit 2711488

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout source code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
submodules: true
2626
fetch-depth: 0

.github/workflows/codeql-analysis.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

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

.github/workflows/java8-maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout source code
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
with:
2424
submodules: true
2525
fetch-depth: 0
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Checkout source code
83-
uses: actions/checkout@v5
83+
uses: actions/checkout@v6
8484
with:
8585
submodules: true
8686
fetch-depth: 0
@@ -130,7 +130,7 @@ jobs:
130130

131131
steps:
132132
- name: Checkout source code
133-
uses: actions/checkout@v5
133+
uses: actions/checkout@v6
134134
with:
135135
submodules: true
136136
fetch-depth: 0

0 commit comments

Comments
 (0)