From 3210475d79dc03bc20a69c8dd1e0af6da57ea530 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Tue, 15 Aug 2023 20:57:41 +0100 Subject: [PATCH] cache version --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index aa8e650..f18880c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -7,7 +7,7 @@ jobs: runs-on: arm steps: - name: Cache Nix store - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.3.1 id: nix-cache with: path: /tmp/cache-me