From af36a49148a23a8eebf5df8054ffbc61b31fafbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:35:08 +0000 Subject: [PATCH] build(deps): bump cachix/install-nix-action from 22 to 23 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23) --- 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/release-tip.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index ab3963725..be247aa3b 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -82,7 +82,7 @@ jobs: fetch-depth: 0 # Install Nix and use that to run our tests so our environment matches exactly. - - uses: cachix/install-nix-action@v22 + - uses: cachix/install-nix-action@v23 with: nix_path: nixpkgs=channel:nixos-unstable diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7cd20f28f..39a7b48fd 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@v22 + - uses: cachix/install-nix-action@v23 with: nix_path: nixpkgs=channel:nixos-unstable @@ -54,7 +54,7 @@ jobs: fetch-depth: 0 # Install Nix and use that to run our tests so our environment matches exactly. - - uses: cachix/install-nix-action@v22 + - uses: cachix/install-nix-action@v23 with: nix_path: nixpkgs=channel:nixos-unstable @@ -82,7 +82,7 @@ jobs: fetch-depth: 0 # Install Nix and use that to run our tests so our environment matches exactly. - - uses: cachix/install-nix-action@v22 + - uses: cachix/install-nix-action@v23 with: nix_path: nixpkgs=channel:nixos-unstable