Skip to content

Commit bae8082

Browse files
Bump actions/checkout from 3 to 5 (#21785)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...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 7fba143 commit bae8082

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker-release.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
# build the JARs
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616
- name: Set up JDK 11

.github/workflows/maven-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515
- name: Set up JDK 11
@@ -35,7 +35,7 @@ jobs:
3535
contents: read
3636
packages: write
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v5
3939
with:
4040
fetch-depth: 0
4141

0 commit comments

Comments
 (0)