diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 98531c1a..7b2b651d 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -17,7 +17,7 @@ jobs: # Checkout the head ref instead of the PR branch that github creates. ref: ${{ github.head_ref }} - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} - name: Install and build