From e612684c6b1dcef84160bf748cd15038e1deab99 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 9 Mar 2024 11:38:28 -0500 Subject: [PATCH] Revert "arm64: pin back to the v3 action to resolve a mysterious build failure" This reverts commit 687c48022068ff285b1b87510d9df314ff8208fc. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 188f68a..3d56f25 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -90,7 +90,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@v3 + - uses: DeterminateSystems/magic-nix-cache-action@main - name: Build package run: "nix build .# -L --fallback"