From 0e547db3e5df01a80ef6f94dafa618d9d94f3201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 05:36:21 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 24 to 26 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 26. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v24...v26) --- 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/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86a0580..8ce6207 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 # Install Nix and use that to run our tests so our environment matches exactly. - - uses: cachix/install-nix-action@v24 + - uses: cachix/install-nix-action@v26 with: nix_path: nixpkgs=channel:nixos-unstable @@ -56,7 +56,7 @@ jobs: fetch-depth: 0 # Install Nix and use that to run our tests so our environment matches exactly. - - uses: cachix/install-nix-action@v24 + - uses: cachix/install-nix-action@v26 with: nix_path: nixpkgs=channel:nixos-unstable