From bef847229a9b05f6a43b6e92cbbecbcd7824e94f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:38:52 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.9.0 --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a5c7ede..76a8deb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -83,7 +83,7 @@ jobs: # deletes main's preview or previews of still-open PRs; force: false # rebases instead of force-pushing, tolerating concurrent preview pushes. - name: Deploy to gh-pages - uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0 + uses: JamesIves/github-pages-deploy-action@fa24774553152dd7873cd16ebd8d959b010c5445 # v4.9.0 with: branch: gh-pages folder: docs/public @@ -128,7 +128,7 @@ jobs: # target-folder scopes both the deploy and its cleaning to preview/, # so the root site and the pr-preview umbrella are never touched. - name: Deploy to gh-pages - uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0 + uses: JamesIves/github-pages-deploy-action@fa24774553152dd7873cd16ebd8d959b010c5445 # v4.9.0 with: branch: gh-pages folder: docs/public