diff --git a/.github/workflows/build-deploy-production-manual.yml b/.github/workflows/build-deploy-production-manual.yml index 61c9599fe..335264bf9 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.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 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 eabcd4982..6405a16b8 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.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to.