diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d50b995..f273c24 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.3 + uses: JamesIves/github-pages-deploy-action@v4.7.4 if: github.ref == 'refs/heads/master' with: branch: gh-pages # The branch the action should deploy to.