Skip to content

Commit fc9f9a4

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

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

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444

4545
- name: set up jdk 17
4646
uses: actions/setup-java@v4

.github/workflows/jdk-compat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: git checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: get latest jdk ga
1515
uses: oracle-actions/setup-java@v1
1616
with:

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: git checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: set up jdk 17
1717
uses: actions/setup-java@v4
1818
with:

.github/workflows/maven-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: git checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
- name: set up jdk 17
3333
uses: actions/setup-java@v4
3434
with:

0 commit comments

Comments
 (0)