From ec4b6cdab4de4f82203607fceecefe813f39b67f Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 22 May 2024 17:59:29 -0300 Subject: [PATCH] Switch to main branch of magic-nix-cache-action --- .github/workflows/check-and-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-and-test.yaml b/.github/workflows/check-and-test.yaml index dbc8ff4..3e1e21e 100644 --- a/.github/workflows/check-and-test.yaml +++ b/.github/workflows/check-and-test.yaml @@ -79,8 +79,8 @@ jobs: echo "mnc-path=${MAGIC_NIX_CACHE}" >> "$GITHUB_OUTPUT" - - name: Test magic-nix-cache-action@test-fail-mode on ${{ matrix.systems.runner }} - uses: DeterminateSystems/magic-nix-cache-action@test-fail-mode + - name: Test magic-nix-cache-action@main on ${{ matrix.systems.runner }} + uses: DeterminateSystems/magic-nix-cache-action@main with: source-binary: "${{ steps.extract.outputs.mnc-path }}" _internal-strict-mode: true