From 1c3eb4e34b793f20ab6607d348df32afd511d399 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:15: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