From 3f42267d1feacc20be6856cc3ee8d5daaf74d67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:59:09 +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.yaml | 2 +- .github/workflows/deploy-documentation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2658c98..71bd294 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: exit 1 fi - name: Install nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: nix_path: nixpkgs=channel:nixos-23.05 - name: Check documentation site builds diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index d8926c2..8be6ea6 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Install nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: nix_path: nixpkgs=channel:nixos-23.05 - name: Build