mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-13 06:14:30 +01:00
Update GitHub action cache version for a fix with cache sizes greater than 2GB
This commit is contained in:
parent
15f5e8fd00
commit
63ece941ad
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 17
|
||||
- uses: actions/cache@v2
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
Loading…
Reference in New Issue
Block a user