From 78eeea6c76ec2659e545d7ba9a6d454bfec69261 Mon Sep 17 00:00:00 2001 From: michael-valdron-bot Date: Mon, 27 May 2024 20:01:23 -0400 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.1 (#32) Co-authored-by: Renovate Bot --- .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 638a60e..aa53f26 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@ec9c88baef04b842ca6f0a132fd61c762aa6c1b0 # v4.6.0 + uses: JamesIves/github-pages-deploy-action@5c6e9e9f3672ce8fd37b9856193d2a537941e66c # v4.6.1 with: token: ${{ secrets.DEPLOY_TOKEN }} git-config-email: ${{ secrets.GIT_CONFIG_EMAIL }}