From 34fb7f5c35a66415997b2b2014c4462f47606b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:50:44 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 26 to 30 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v26...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56845fb..5b3cc8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v26 + - uses: cachix/install-nix-action@v30 - id: set-matrix name: Generate Nix Matrix run: | @@ -173,7 +173,7 @@ jobs: nix-store.nar-${{ runner.os }}-${{ hashFiles('flake.lock') }}- nix-store.nar-${{ runner.os }}- - - uses: cachix/install-nix-action@v26 + - uses: cachix/install-nix-action@v30 with: nix_path: nixpkgs=channel:nixos-24.05 extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"