From 6d801af82cce4dc19f2e538de563b299bd5a55fe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 Sep 2024 16:31:22 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.8 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 78da99d..d366ee2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: - name: Deploy to gh-pages 🚀 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.8 with: branch: gh-pages token: ${{ secrets.GITHUB_TOKEN }} -- 2.39.5