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 1b38e00 commit 116779aCopy full SHA for 116779a
.github/workflows/gradle-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
settings-path: ${{ github.workspace }} # location for the settings.xml file
32
33
- name: Setup Gradle
34
- uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
+ uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
35
- name: Test with Gradle
36
run: gradle test
37
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
distribution: 'temurin'
30
- name: Test with Gradle Wrapper
0 commit comments