From 8cc1365319e22bb91ceb93314561b5854af3f62e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:54:00 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 6 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- .github/workflows/pr_title.yaml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cab2884ff..359b60e80 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -145,7 +145,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "24" - name: Check current status before next release diff --git a/.github/workflows/pr_title.yaml b/.github/workflows/pr_title.yaml index 042877454..4e80e513d 100644 --- a/.github/workflows/pr_title.yaml +++ b/.github/workflows/pr_title.yaml @@ -20,7 +20,7 @@ jobs: outputs: outcome: ${{ steps.commitlint.outcome }} steps: - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "24" - uses: actions/checkout@v7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93042bfab..a9163b407 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: with: java-version: "17" distribution: "temurin" - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "24" - name: Setup Gradle