From c266def4116912f6a1728f753e734904064107dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:51:17 +0000 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from V27 to 28 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 28. 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/V27...V28) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ca9b0d1..9678742e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Insall nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: install_url: https://releases.nixos.org/nix/nix-2.18.2/install extra_nix_config: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index eb8d1ae5..895e8fd0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Install nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: install_url: https://releases.nixos.org/nix/nix-2.18.2/install extra_nix_config: |