From af1965d469a6ec3873d10c9d68bcecd4e712d05c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 05:24:20 +0000 Subject: [PATCH] chore: Update JamesIves/github-pages-deploy-action action to v4.6.1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a8f0fe..6aa34c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - name: Deploy to GitHub Pages # You may pin to the exact commit or the version. # uses: JamesIves/github-pages-deploy-action@164583b9e44b4fc5910e78feb607ea7c98d3c7b9 - uses: JamesIves/github-pages-deploy-action@4.1.1 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: # This is the branch you wish to deploy to, for example gh-pages or docs. branch: gh-pages