From 11bb4f4e374a18560939d7408847a10d623bb4f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:56:39 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-github-pages action to v5 --- .github/workflows/nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 7e3bbcb..009351d 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -69,7 +69,7 @@ jobs: cp -r "$(readlink ./result)" book - name: Deploy to GitHub Pages if: github.ref == 'refs/heads/main' - uses: crazy-max/ghaction-github-pages@v4 + uses: crazy-max/ghaction-github-pages@v5 with: target_branch: gh-pages build_dir: book