From 01622cc9f42c86c7eb8bb9fa645327e403139039 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 2 Sep 2024 16:01:36 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.4 --- .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 f19e806..78da99d 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@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4.6.4 with: branch: gh-pages token: ${{ secrets.GITHUB_TOKEN }}