diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index a0a5a49..6c3a0d1 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -109,7 +109,7 @@ jobs: path: ${{ env.special-working-directory-relative }} - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm' diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index 842eb6f..79f4f59 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -114,7 +114,7 @@ jobs: path: ${{ env.special-working-directory-relative }} - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm'