diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 16c6ee798cabf..61cf8a8366261 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -52,7 +52,7 @@ jobs: - name: Deploy 🚀 if: github.ref == 'refs/heads/master' - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy. @@ -63,7 +63,7 @@ jobs: # - name: Deploy to /develop 🚀 # if: github.ref == 'refs/heads/develop' -# uses: JamesIves/github-pages-deploy-action@v4.4.1 +# uses: JamesIves/github-pages-deploy-action@v4.7.6 # with: # branch: gh-pages # folder: dist