From 2a8452d1c6bc6fa7b1f36627a3f4963f00fc8582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:10:18 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 5ea7442..b15ac7d 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -70,7 +70,7 @@ jobs: uses: DeterminateSystems/magic-nix-cache-action@main - name: Setup rust cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: key: photonic-${{ hashFiles('**/Cargo.lock') }} path: |