We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 342578f + 6449990 commit 4812c53Copy full SHA for 4812c53
.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@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
+ - uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
23
- run: ./gradlew assemble
24
- run: ./gradlew check
0 commit comments