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 e42b89c + 37fa803 commit b32dd0aCopy full SHA for b32dd0a
.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