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.
2 parents dc8ab88 + b5b819c commit 1b38e00Copy full SHA for 1b38e00
.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@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
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