Skip to content

Commit 2b52d09

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update gradle/actions action to v4.3.1
1 parent 94eb2b7 commit 2b52d09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: matrix.jdk.version != '17'
3939
shell: bash
4040
run: echo "TOOLCHAIN_JDK=$JAVA_HOME" >> $GITHUB_ENV
41-
- uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
41+
- uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
4242
with:
4343
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
4444
- shell: bash
@@ -76,7 +76,7 @@ jobs:
7676
- name: 'Prepare TOOLCHAIN_JDK env var'
7777
shell: bash
7878
run: echo "TOOLCHAIN_JDK=$JAVA_HOME" >> $GITHUB_ENV
79-
- uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
79+
- uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
8080
with:
8181
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
8282
- shell: bash
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
distribution: liberica
106106
java-version: 17
107-
- uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
107+
- uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
108108
with:
109109
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
110110
- shell: bash

0 commit comments

Comments
 (0)