From 4389e086868cc10b97a464478e88c03dc4f2e00a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 18:34:40 +0000 Subject: [PATCH] chore(deps): update cachix/install-nix-action action to v27 --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ae0c9a857..f8f01d2b6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -49,7 +49,7 @@ jobs: uses: actions/configure-pages@v5 - name: Install Nix (with flakes and nix-command enabled) - uses: cachix/install-nix-action@v26 + uses: cachix/install-nix-action@v27 with: nix_path: nixpkgs=channel:nixos-unstable -- GitLab