Skip to content

Commit 5c60bad

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#464)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b474b27 commit 5c60bad

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-22.04
77
steps:
8-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
8+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
99
- uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808
1010
gradle:
1111
name: "Build"
@@ -14,7 +14,7 @@ jobs:
1414
os: [ubuntu-22.04, macos-14, windows-2022]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1818
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
1919
with:
2020
java-version: 11

0 commit comments

Comments
 (0)