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 74ad923 + 99cf6e2 commit c515af8Copy full SHA for c515af8
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@f29f5a9d7b09a7c6b29859002d29d24e1674c884 # v5.0.1
+ uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
31
with:
32
cache-disabled: ${{ inputs.disable-cache }}
33
add-job-summary: ${{ inputs.add-job-summary }}
0 commit comments