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 52718b8 commit 0193e47Copy full SHA for 0193e47
.github/actions/prepare-gradle-build/action.yml
@@ -28,7 +28,7 @@ runs:
28
${{ inputs.java-version }}
29
${{ inputs.java-toolchain == 'true' && '17' || '' }}
30
- name: Set Up Gradle
31
- uses: gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83 # v3.4.1
+ uses: gradle/actions/setup-gradle@dbbdc275be76ac10734476cc723d82dfe7ec6eda # v3.4.2
32
with:
33
cache-read-only: false
34
develocity-access-key: ${{ inputs.develocity-access-key }}
0 commit comments