From dab37cf7a5ab1a20ed2bd5e5c59c08d3e46f34d4 Mon Sep 17 00:00:00 2001 From: iofq Date: Thu, 13 Mar 2025 03:24:09 -0500 Subject: [PATCH] update deprecated cache action step --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c8e5cb1..907bff6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - name: Run `nix bundle` id: build run: |