From 66afb190b8d90ef0087330ab260f368cbacde5c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 18:24:57 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/site-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index d0c12adb8..38fcd314d 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -36,7 +36,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@56d4ca7e6076705962b4c38cb6cffdd18b6abe38 # v4.6.7 + uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8 with: ssh-key: ${{ secrets.DEPLOY_KEY }} branch: gh-pages