We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 577ad6d commit be69f39Copy full SHA for be69f39
.github/workflows/generateDocs.yml
@@ -26,7 +26,7 @@ jobs:
26
token: ${{ secrets.GITHUB_TOKEN }}
27
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
28
- name: Cached Builds
29
- uses: actions/cache@v2
+ uses: actions/cache@v4
30
with:
31
path: last_cubeengine_*
32
key: cubeengine-build-no
@@ -49,13 +49,13 @@ jobs:
49
fi
50
- name: Cached Libs
51
if: steps.ce-check.outputs.modified == 'true'
52
53
54
path: data/libraries
55
key: mc-libraries
56
- name: Cached World
57
58
59
60
path: data/world
61
key: mc-world
0 commit comments