diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index dc30a50c..3c4b42d6 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -172,7 +172,7 @@ jobs: npm run build - name: Deploy to production server 🚀 - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') with: github_token: ${{ secrets.GITHUB_TOKEN }}