From b26579a05e34c47e6686fbd04c1b1bf3664d6b2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:40:07 +0000 Subject: [PATCH] ci(deps): update jamesives/github-pages-deploy-action action to v4.9.0 --- .github/workflows/build-and-deploy-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-site.yml b/.github/workflows/build-and-deploy-site.yml index e3f702f..c4892c7 100644 --- a/.github/workflows/build-and-deploy-site.yml +++ b/.github/workflows/build-and-deploy-site.yml @@ -29,7 +29,7 @@ jobs: - name: Deploy site if: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }} - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages