From c1c480d845626265e5dafaa4b1b7ff03cee7713c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 05:40:59 +0000 Subject: [PATCH 1/2] chore(deps): update actions/setup-node action to v6 --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03d6705..d040be3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: contents: read if: ${{ !needs.build.outputs.self_mutation_happened }} steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: lts/* - name: Download build artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3166366..ab99e32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: contents: write if: needs.release.outputs.tag_exists != 'true' && needs.release.outputs.latest_commit == github.sha steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: lts/* - name: Download build artifacts @@ -93,7 +93,7 @@ jobs: contents: read if: needs.release.outputs.tag_exists != 'true' && needs.release.outputs.latest_commit == github.sha steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: lts/* - name: Download build artifacts From 5e6b2b71e734e7bf46e0f6735bd4c2b179be9142 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 14 Oct 2025 05:42:49 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: github-actions --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d040be3..03d6705 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: contents: read if: ${{ !needs.build.outputs.self_mutation_happened }} steps: - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v4 with: node-version: lts/* - name: Download build artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab99e32..3166366 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: contents: write if: needs.release.outputs.tag_exists != 'true' && needs.release.outputs.latest_commit == github.sha steps: - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v4 with: node-version: lts/* - name: Download build artifacts @@ -93,7 +93,7 @@ jobs: contents: read if: needs.release.outputs.tag_exists != 'true' && needs.release.outputs.latest_commit == github.sha steps: - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v4 with: node-version: lts/* - name: Download build artifacts