From 433af0e16bdf7f00445fd2eb9d889e643a903f55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:45:43 +0000 Subject: [PATCH] chore: 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/wf_build_artifacts.yaml | 2 +- .github/workflows/wf_check.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wf_build_artifacts.yaml b/.github/workflows/wf_build_artifacts.yaml index 10f735e1..c4cce980 100644 --- a/.github/workflows/wf_build_artifacts.yaml +++ b/.github/workflows/wf_build_artifacts.yaml @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 ref: ${{ inputs.GIT_REF }} - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v29 with: install_url: "https://releases.nixos.org/nix/nix-2.22.3/install" install_options: "--no-daemon" diff --git a/.github/workflows/wf_check.yaml b/.github/workflows/wf_check.yaml index cd240192..c5f9a304 100644 --- a/.github/workflows/wf_check.yaml +++ b/.github/workflows/wf_check.yaml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 ref: ${{ inputs.GIT_REF }} - - uses: cachix/install-nix-action@V28 + - uses: cachix/install-nix-action@v29 with: install_url: "https://releases.nixos.org/nix/nix-2.22.3/install" install_options: "--no-daemon"