From ac47c6849981559b78eac796f64b692b483f5de7 Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 5 Jan 2025 21:07:50 +0000 Subject: [PATCH] Update cache action --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5226b70..21b34ee 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 }}