diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1e02624..3da2fde 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,7 +26,7 @@ jobs: CI: true - name: Deploy 🚀 if: ${{ github.event_name == 'push' && matrix.node-version == '20.x'}} - uses: JamesIves/github-pages-deploy-action@v4.7.6 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: build # The folder the action should deploy.