From b793d8f1dbeb7b1862d8ba7df2bbe9b5f789f211 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 02:06:19 +0000 Subject: [PATCH] ci(deps): update jamesives/github-pages-deploy-action action to v4.7.6 --- .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 1517953..4b5a964 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.4 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages