From 38f93bbaf0843512e2f3bfb29f6e275a2dbd1a5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 07:12:12 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.6 --- .github/workflows/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 0546719..ebfd358 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -52,7 +52,7 @@ jobs: # go into repo's settings > pages and set "deploy from branch: gh-pages". # The other defaults work fine. - name: Deploy to Github Pages - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.6 # ONLY if we're on main (so no PRs or feature branches allowed!) if: ${{ github.ref == 'refs/heads/main' }} with: