From c353174633294a1fd1a87f0b9e6cb77a25eb255a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 02:24:23 +0000 Subject: [PATCH] Bump cachix/install-nix-action from V28 to 29 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 29. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/V28...v29) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pulls.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cc94a3b5..494398260 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install Nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixos-unstable @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install Nix - uses: cachix/install-nix-action@V28 + uses: cachix/install-nix-action@v29 with: nix_path: nixpkgs=channel:nixos-unstable diff --git a/.github/workflows/pulls.yml b/.github/workflows/pulls.yml index be1d944e2..27e4e1af5 100644 --- a/.github/workflows/pulls.yml +++ b/.github/workflows/pulls.yml @@ -11,7 +11,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v4.1.7 - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v29 - id: set-matrix name: Evaluate flake run: nix flake show --all-systems