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