Skip to content

Commit 4759b4b

Browse files
committed
Bump setup-gradle action version to fix cache not working
1 parent 0668bb6 commit 4759b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
distribution: temurin
2626
java-version: ${{ env.JAVA_VERSION }}
27-
- uses: gradle/actions/setup-gradle@v3
27+
- uses: gradle/actions/setup-gradle@v4
2828

2929
- name: Build
3030
run: |
@@ -147,7 +147,7 @@ jobs:
147147
with:
148148
distribution: temurin
149149
java-version: ${{ env.JAVA_VERSION }}
150-
- uses: gradle/actions/setup-gradle@v3
150+
- uses: gradle/actions/setup-gradle@v4
151151

152152
# ForgeGradle datagen asset download often fails (see #692)
153153
# so just allow it to automatically retry a few times

0 commit comments

Comments
 (0)