We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbf1f1 commit 259b52bCopy full SHA for 259b52b
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Gradle
15
uses: gradle/actions/setup-gradle@v5
16
- name: Cache Hytale Server
17
- uses: actions/cache@v4
+ uses: actions/cache@v5
18
with:
19
path: |
20
hytale/libs/HytaleServer.jar
.github/workflows/maven-publish.yml
@@ -16,7 +16,7 @@ jobs:
21
22
0 commit comments