From c334e30078abc71706ad35ca8a2b6f51867d2d68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:51:07 +0000 Subject: [PATCH] chore(deps): update determinatesystems/magic-nix-cache-action action to v9 (#309) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21959c5..c944388 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: run: | printf "run\tprivate/var/run\n" | sudo tee -a /etc/synthetic.conf /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t || true - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - name: build run: | export MAKEFLAGS="NIX:=nix" @@ -56,7 +56,7 @@ jobs: signingKey: ${{ secrets.CACHIX_SIGNING_KEY }} authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} extraPullNames: nix-community,cuda-maintainers - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - name: deploy env: CACHIX_ACTIVATE_TOKEN: ${{ secrets.CACHIX_ACTIVATE_TOKEN }}