From 9aea328ca86dfd28697157a26c4021467c546ce0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:35:01 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.0 --- .github/workflows/playgroud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playgroud.yml b/.github/workflows/playgroud.yml index d693c3d..d9743b2 100644 --- a/.github/workflows/playgroud.yml +++ b/.github/workflows/playgroud.yml @@ -42,7 +42,7 @@ jobs: path: ./dist - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.3 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: token: ${{ secrets.GH_TOKEN }} branch: gh-pages # The branch the action should deploy to.