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 275d56c commit a3a6fb6Copy full SHA for a3a6fb6
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
java-version: 17
23
24
- name: Assemble and Check
25
- uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
+ uses: gradle/actions/setup-gradle@v4
26
with:
27
arguments: assemble check
28
.github/workflows/gradle-wrapper-validation.yml
@@ -8,4 +8,4 @@ jobs:
8
9
steps:
10
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11
- - uses: gradle/wrapper-validation-action@f9c9c575b8b21b6485636a91ffecd10e558c62f6 # v3
+ - uses: gradle/actions/wrapper-validation@v4
0 commit comments