From ae722612506933bdf88e977cc751050ada10ef74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 21:10:09 +0000 Subject: [PATCH] chore(deps): update determinatesystems/magic-nix-cache-action action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bad5750..30d3cf6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: accept-flake-config = true - name: "Set up Nix caching" - uses: "DeterminateSystems/magic-nix-cache-action@v2" + uses: "DeterminateSystems/magic-nix-cache-action@v5" - name: "Build neard" run: |-