diff --git a/.github/workflows/build-deploy-production-manual.yml b/.github/workflows/build-deploy-production-manual.yml index 6e2b763d..b0bb2fe8 100644 --- a/.github/workflows/build-deploy-production-manual.yml +++ b/.github/workflows/build-deploy-production-manual.yml @@ -28,7 +28,7 @@ jobs: path: | dist - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to. diff --git a/.github/workflows/build-deploy-production.yml b/.github/workflows/build-deploy-production.yml index 8be40807..5b3c0c42 100644 --- a/.github/workflows/build-deploy-production.yml +++ b/.github/workflows/build-deploy-production.yml @@ -31,7 +31,7 @@ jobs: path: | dist - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to.