From c8904328a251479d6e34f0ec20c1b88c7eda4785 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 22:34:29 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/format.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/nuxt-module.yaml | 2 +- .github/workflows/publint.yaml | 2 +- .github/workflows/release-please.yaml | 2 +- .github/workflows/test.yaml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 410fa6e2..e60b6755 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: lts/* cache: 'npm' diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 5c32370a..54a39677 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: lts/* cache: 'npm' diff --git a/.github/workflows/nuxt-module.yaml b/.github/workflows/nuxt-module.yaml index 32e2401b..d237e525 100644 --- a/.github/workflows/nuxt-module.yaml +++ b/.github/workflows/nuxt-module.yaml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: 'npm' diff --git a/.github/workflows/publint.yaml b/.github/workflows/publint.yaml index 69765b6f..b2f686ca 100644 --- a/.github/workflows/publint.yaml +++ b/.github/workflows/publint.yaml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: lts/* cache: 'npm' diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 91faa6bb..8a16ff54 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -36,7 +36,7 @@ jobs: - name: Checkout tag for manual publish if: github.event_name == 'workflow_dispatch' run: git checkout ${{ github.event.inputs.tag }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '*' cache: 'npm' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7eb92884..76dc4571 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,7 +35,7 @@ jobs: with: fetch-depth: 0 - name: Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: 'npm' @@ -73,7 +73,7 @@ jobs: with: fetch-depth: 0 - name: Node.js 18.14.0 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 18.14.0 cache: 'npm'