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 14d0adc2..5dae7b18 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'