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