From ba4c378b1acd4419e38c4aef2f933c112ba2a4e5 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 14 Oct 2025 05:09:49 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/release-please.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0202de5..3581107 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: node: [18, 20, 22] steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} cache: npm @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: ${{ env.NODE }} cache: npm @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: ${{ env.NODE }} cache: npm diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 84511a8..f1c1b7e 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -29,7 +29,7 @@ jobs: id-token: write steps: - uses: actions/checkout@v5 - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: ${{ env.NODE }} cache: npm