diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index dbd6c4c..11ddaad 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -37,7 +37,7 @@ jobs: - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.5.0 if: github.ref == 'refs/heads/main' with: branch: gh-pages # The branch the action should deploy to.