diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0c1e156..32dbee6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -47,7 +47,7 @@ jobs: run: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 if: github.ref == 'refs/heads/master' with: branch: gh-pages # The branch the action should deploy to.