Skip to content

Commit 3b45601

Browse files
Bump actions/checkout from 3 to 5
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]>
1 parent a954162 commit 3b45601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
java: ['11', '17', '21']
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- uses: actions/setup-java@v4
2828
with:
2929
distribution: 'temurin'
@@ -34,7 +34,7 @@ jobs:
3434
check-binary-compatibility:
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838
with:
3939
fetch-depth: 0
4040
- uses: actions/setup-java@v4
@@ -58,7 +58,7 @@ jobs:
5858
LC_ALL: "en_US.UTF-8"
5959

6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v5
6262
- uses: actions/setup-java@v3
6363
with:
6464
distribution: 'temurin'

0 commit comments

Comments
 (0)