From d57d55528ecb1c5196616d6183bbfc807d3f50b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 18:56:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/format-if-needed.yml | 2 +- .github/workflows/main.yml | 6 +++--- assets/inject/semver-workflow/.github/workflows/main.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/format-if-needed.yml b/.github/workflows/format-if-needed.yml index 6eca4f27..da9e8d44 100644 --- a/.github/workflows/format-if-needed.yml +++ b/.github/workflows/format-if-needed.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: cache: npm node-version: lts/* diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a480af86..d51a32fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: name: Lint & Build steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: cache: npm node-version: lts/* @@ -78,7 +78,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: cache: npm node-version: ${{ matrix.node }} @@ -108,7 +108,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} # Make sure the value of GITHUB_TOKEN will not be persisted in repo's config persist-credentials: false - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: cache: npm node-version: lts/* diff --git a/assets/inject/semver-workflow/.github/workflows/main.yml b/assets/inject/semver-workflow/.github/workflows/main.yml index f701b796..3211975c 100644 --- a/assets/inject/semver-workflow/.github/workflows/main.yml +++ b/assets/inject/semver-workflow/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: name: Lint & Build steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: cache: npm node-version: lts/* @@ -86,7 +86,7 @@ jobs: git config --global core.autocrlf false git config --global core.eol lf - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: cache: npm node-version: ${{ matrix.node }} @@ -110,7 +110,7 @@ jobs: # Need to fetch entire commit history to # analyze every commit since last release fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: cache: npm node-version: lts/*