We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b474b27 commit 5c60badCopy full SHA for 5c60bad
.github/workflows/gradle-build.yml
@@ -5,7 +5,7 @@ jobs:
5
name: "Validation"
6
runs-on: ubuntu-22.04
7
steps:
8
- - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
9
- uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808
10
gradle:
11
name: "Build"
@@ -14,7 +14,7 @@ jobs:
14
os: [ubuntu-22.04, macos-14, windows-2022]
15
runs-on: ${{ matrix.os }}
16
17
18
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
19
with:
20
java-version: 11
0 commit comments