Skip to content

Commit f3455b0

Browse files
dependabot[bot]jlink
authored andcommitted
Bump actions/checkout from 5 to 6
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] <[email protected]>
1 parent 6123c22 commit f3455b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
MATRIX_JOBS: 5
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- id: set-matrix
3030
run: |
3131
node .github/workflows/matrix.js
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
TZ: ${{ matrix.tz }}
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444

4545
- name: Set up Java ${{ matrix.java_version }}, ${{ matrix.java_distribution }}
4646
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)