Update cache action
Some checks failed
CI / build (push) Failing after 13s

This commit is contained in:
Jake Howard 2025-01-05 21:07:50 +00:00
parent fa59bf2904
commit ac47c68499

View file

@ -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 }}