From 06d94afa5ac94819269237df0ed34a5b6163dd88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 05:35:11 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v4 | v5 | | github-tags | actions/setup-node | v4.4.0 | v5.0.0 | --- .github/workflows/build-verification.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-verification.yaml b/.github/workflows/build-verification.yaml index bcc0997..68217cf 100644 --- a/.github/workflows/build-verification.yaml +++ b/.github/workflows/build-verification.yaml @@ -43,7 +43,7 @@ jobs: run_install: false - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: 20 cache: "pnpm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e65458..c185232 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ env.NODE_VERSION }}