Skip to content

Commit

Permalink
ci(tools): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 17, 2024
1 parent 46e9274 commit a636a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Cache mods
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: overlay/usr/share/minecraft/mods/
key: mods-${{ hashFiles('client/manifest.json') }}
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Cache mods
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: overlay/usr/share/minecraft/mods/
key: mods-${{ hashFiles('client/manifest.json') }}
Expand Down

0 comments on commit a636a30

Please sign in to comment.