From 0afc8375017f8640f8df8d3a75e29c20c579215c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Oct 2024 04:30:27 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.8 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1fdd9b4..50552cb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: # Deploy site - name: Deploy - uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4 + uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8 with: token: ${{ secrets.DEPLOY_TOKEN }} git-config-email: ${{ secrets.GIT_CONFIG_EMAIL }}