This commit is contained in:
parent
fa59bf2904
commit
ac47c68499
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
with:
|
||||
path: .gitea/workflows/
|
||||
- name: Cache stuff
|
||||
uses: "https://github.com/actions/cache@v3"
|
||||
uses: "https://github.com/actions/cache@v4"
|
||||
with:
|
||||
path: .
|
||||
key: stuff-${{ steps.hash-stuff.outputs.hash }}
|
||||
|
|
Loading…
Reference in a new issue