Skip to content

Commit e7a864e

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#484)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 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 602c373 commit e7a864e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: "Validation"
66
runs-on: ubuntu-24.04
77
steps:
8-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
8+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
99
- uses: gradle/actions/wrapper-validation@017a9effdb900e5b5b2fddfb590a105619dca3c3
1010
- uses: eskatos/gradle-command-action@ac2d340dc04d9e1113182899e983b5400c17cda1
1111
with:
@@ -24,7 +24,7 @@ jobs:
2424
os: [ubuntu-24.04, macos-14, windows-2022]
2525
runs-on: ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
27+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2828
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
2929
with:
3030
java-version: 11

0 commit comments

Comments
 (0)