We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
2 parents b40269b + 44edac4 commit b6f9836Copy full SHA for b6f9836
.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@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
+ - uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
23
- run: ./gradlew assemble
24
- run: ./gradlew check
0 commit comments