From eaf2f08880daf2af20cdf82f30541217826b5f25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 23:47:45 +0000 Subject: [PATCH] chore(deps): update cachix/install-nix-action action to v31 --- .github/workflows/nix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index f2f4e402..5276b9a8 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v30 + - uses: cachix/install-nix-action@v31 - uses: cachix/cachix-action@v15 with: name: numtide @@ -35,7 +35,7 @@ jobs: with: # Nix Flakes doesn't work on shallow clones fetch-depth: 0 - - uses: cachix/install-nix-action@v30 + - uses: cachix/install-nix-action@v31 - uses: cachix/cachix-action@v15 with: name: numtide @@ -59,7 +59,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v30 + - uses: cachix/install-nix-action@v31 - uses: cachix/cachix-action@v15 with: name: numtide