Skip to content

Commit be69f39

Browse files
committed
Update actions/cache action to v4
1 parent 577ad6d commit be69f39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generateDocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
2828
- name: Cached Builds
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: last_cubeengine_*
3232
key: cubeengine-build-no
@@ -49,13 +49,13 @@ jobs:
4949
fi
5050
- name: Cached Libs
5151
if: steps.ce-check.outputs.modified == 'true'
52-
uses: actions/cache@v2
52+
uses: actions/cache@v4
5353
with:
5454
path: data/libraries
5555
key: mc-libraries
5656
- name: Cached World
5757
if: steps.ce-check.outputs.modified == 'true'
58-
uses: actions/cache@v2
58+
uses: actions/cache@v4
5959
with:
6060
path: data/world
6161
key: mc-world

0 commit comments

Comments
 (0)