Skip to content

Commit 259b52b

Browse files
Update actions/cache action to v5
1 parent 3dbf1f1 commit 259b52b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Gradle
1515
uses: gradle/actions/setup-gradle@v5
1616
- name: Cache Hytale Server
17-
uses: actions/cache@v4
17+
uses: actions/cache@v5
1818
with:
1919
path: |
2020
hytale/libs/HytaleServer.jar

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Gradle
1717
uses: gradle/actions/setup-gradle@v5
1818
- name: Cache Hytale Server
19-
uses: actions/cache@v4
19+
uses: actions/cache@v5
2020
with:
2121
path: |
2222
hytale/libs/HytaleServer.jar

0 commit comments

Comments
 (0)