From 2ba025eab61fe026a76bbab3579d1f051dde5275 Mon Sep 17 00:00:00 2001 From: "mic92-renovate[bot]" <142113131+mic92-renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:04:23 +0000 Subject: [PATCH] Update cachix/install-nix-action action to v30 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ad5e0b..1a0b100 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: with: # Nix Flakes doesn't work on shallow clones fetch-depth: 0 - - uses: cachix/install-nix-action@v29 + - uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} extra_nix_config: | @@ -40,7 +40,7 @@ jobs: with: # Nix Flakes doesn't work on shallow clones fetch-depth: 0 - - uses: cachix/install-nix-action@v29 + - uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} extra_nix_config: |