Skip to content

Commit 3c1ed4b

Browse files
Bump actions/checkout from 4 to 5 (#26)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a62ca08 commit 3c1ed4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- # https://github.com/actions/checkout
4646
name: Clone git repo
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
- # https://github.com/docker/metadata-action
5050
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@v4
30+
- uses: actions/checkout@v5
3131
- name: Set up JDK
3232
uses: actions/setup-java@v4
3333
with:

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- # https://github.com/actions/checkout
6262
name: Clone repository
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464

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

0 commit comments

Comments
 (0)