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 df2ff3d commit 0eb3a0dCopy full SHA for 0eb3a0d
.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@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.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