From 0786350f892a52c105ca0357c8d54dc7eab63728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:07:09 +0000 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from V27 to 30 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 30. 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...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/doc.yml | 2 +- .github/workflows/flake.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 096f5b0..18a452b 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Setup | Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@v30 with: extra_nix_config: | experimental-features = nix-command flakes diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 376a61d..2957ff1 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -18,7 +18,7 @@ jobs: ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Install nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@v30 with: extra_nix_config: | experimental-features = nix-command flakes diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0860624..fbf6be1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,7 +105,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Setup | Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@v30 with: extra_nix_config: | experimental-features = nix-command flakes