From fd037063838c9515f4e95a90a1e39b90d2e5d2e7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 18 Dec 2021 15:55:40 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.1.8 --- .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 cca4b4d..7e1ef65 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@4.1.7 + uses: JamesIves/github-pages-deploy-action@4.1.8 with: token: ${{ secrets.GH_TOKEN }} branch: gh-pages # The branch the action should deploy to.