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 2a99f55 + efcfaf7 commit 728ecccCopy full SHA for 728eccc
1 file changed
.github/actions/setup-gradle/action.yml
@@ -27,7 +27,7 @@ runs:
27
java-version: '21'
28
29
- name: Set up Gradle without cache
30
- uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
+ uses: gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1
31
with:
32
cache-disabled: ${{ inputs.disable-cache }}
33
add-job-summary: ${{ inputs.add-job-summary }}
0 commit comments