From 068fc776a01c6b582567a7d019cb028152c47319 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 16:27:09 +0000 Subject: [PATCH] ci(deps): update jamesives/github-pages-deploy-action action to v4.9.0 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index e1f8866..c8bd97f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -53,7 +53,7 @@ jobs: uses: tj-actions/branch-names@v9 - name: Deploy website if: ${{ github.event_name != 'pull_request' && steps.branch-name.outputs.is_default == 'true' }} - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages