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.
2 parents f9804f1 + 7ec2409 commit 6b0c8b3Copy full SHA for 6b0c8b3
.github/workflows/ci.yml
@@ -19,6 +19,6 @@ jobs:
19
with:
20
distribution: 'temurin'
21
java-version: ${{ matrix.java }}
22
- - uses: gradle/actions/setup-gradle@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4
+ - uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
23
- run: ./gradlew assemble
24
- run: ./gradlew check
0 commit comments