Skip to content

Commit 4d21c5a

Browse files
committed
Updated GitHub actions
1 parent 9554859 commit 4d21c5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
with:
1515
persist-credentials: false
1616
- name: "Set up Gradle"
17-
uses: "gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c" # v5.0.2
17+
uses: "gradle/actions/setup-gradle@0f4528296b4bc09e8ae0fc7be30185a4ab435545" # v6.0.0
18+
with:
19+
cache-disabled: true
1820
- name: "Set up Java 25"
1921
uses: "actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654" # v5.2.0
2022
with:
@@ -28,3 +30,4 @@ jobs:
2830
with:
2931
name: "Artifacts"
3032
path: "build/libs/"
33+
if-no-files-found: "error"

0 commit comments

Comments
 (0)