From c4b1a1d6002465b4a0f24553c0bc433a76718083 Mon Sep 17 00:00:00 2001 From: Lorin Werthen-Brabants Date: Thu, 26 Sep 2024 10:46:18 +0200 Subject: [PATCH] Update cache version --- .github/workflows/master.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 878797a3..30ac9b0e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -33,7 +33,7 @@ jobs: nix_file: 'packages.nix' - name: Cache Output id: cache-output - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./tmp/ diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6a6bb969..a40e8777 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -31,7 +31,7 @@ jobs: nix_file: 'packages.nix' - name: Cache Output id: cache-output - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ./tmp/