Skip to content

Commit adfbad1

Browse files
Bump actions/checkout from 5 to 6 (#42)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea65fcb commit adfbad1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- # https://github.com/actions/checkout
5353
name: Clone git repo
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- # https://github.com/docker/metadata-action
5757
name: Extract git metadata for Docker image

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
# https://docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-java-with-maven
2929
# https://github.com/actions/setup-java
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- name: Set up JDK
3232
uses: actions/setup-java@v5
3333
with:

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- # https://github.com/actions/checkout
6060
name: Clone repository
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262

6363
- # https://github.com/ikalnytskyi/action-setup-postgres
6464
# copied from FDP develop (3ff9f64) build.yml

0 commit comments

Comments
 (0)