diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 460ff4b4ce7d4..b01b4f858eaac 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -46,7 +46,7 @@ jobs: - name: Deploy 🚀 if: github.ref == 'refs/heads/master' - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.