From 0e64011f7ed03f3c6cb7565ed04ed91f7bd47d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:54:25 +0000 Subject: [PATCH] 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/ci.yml | 2 +- .github/workflows/documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4a3b6a54c..8c2affcf0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -281,7 +281,7 @@ jobs: cache: yarn cache-dependency-path: './docs/website/yarn.lock' - - uses: cachix/install-nix-action@V27 + - uses: cachix/install-nix-action@V28 with: extra_nix_config: | accept-flake-config = true diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6bcec2dd3e..39b78ae7f7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -33,7 +33,7 @@ jobs: cache: yarn cache-dependency-path: './docs/website/yarn.lock' - - uses: cachix/install-nix-action@V27 + - uses: cachix/install-nix-action@V28 with: extra_nix_config: | accept-flake-config = true