From bdf419ce74e2bcecf562bb7f2824f59ebc47bb2b Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:05:31 -0300 Subject: [PATCH] ci: attempt to fix magic-nix-cache-action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 26b7dd7b5..2a0006e7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -375,7 +375,7 @@ jobs: uses: cachix/install-nix-action@v25 if: ${{ matrix.target == 'aarch64-apple-darwin' }} - - uses: DeterminateSystems/magic-nix-cache-action@00fe42c282fa25c5d0d3654c8b4567629d586a32 + - uses: DeterminateSystems/magic-nix-cache-action@v4 - name: Check Flake run: nix flake check