From ab83100f9065fc907f6434b0780df2650d1f0461 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 21:02:30 +0000 Subject: [PATCH] ci(deps): update jamesives/github-pages-deploy-action action to v4.8.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 4b5a964..494f0d8 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.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages