From aacde35bf4fd2e95b9925cce9c82bef79d4bc922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 20:51:39 +0000 Subject: [PATCH] Bump cachix/install-nix-action from 27 to 29 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 27 to 29. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v27...v29) --- 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 fbe8433..8744fd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixos-24.05 extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm" @@ -133,7 +133,7 @@ jobs: nix-store.nar-${{ runner.os }}-${{ hashFiles('flake.lock') }}- nix-store.nar-${{ runner.os }}- - - uses: cachix/install-nix-action@v27 + - uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixos-24.05 extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"