diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43d54ce..f3be408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} cache: "npm" diff --git a/.github/workflows/prettier-update.yml b/.github/workflows/prettier-update.yml index c42b7a4..bb0546b 100644 --- a/.github/workflows/prettier-update.yml +++ b/.github/workflows/prettier-update.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: cache: "npm" node-version: 24.x diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 52fe4e0..38db3c4 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.HC_TOKEN }} - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24.x cache: "npm"