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 a661474 commit a422cf5Copy full SHA for a422cf5
.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@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2
+ uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.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