From 5f56e69e327238f7335a5f37289f30ca1948c8db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:48:00 +0000 Subject: [PATCH] Bump actions/setup-node from 5 to 6 in the all-actions group Bumps the all-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 486f8d9..3804db0 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -68,7 +68,7 @@ jobs: files_changed: ${{ steps.changes.outputs.files_changed }} steps: - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 18 diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index fed7f72..6514027 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -23,7 +23,7 @@ jobs: - name: Fetch changes # Without fetching, we might miss new tags due to caching in Github Actions run: git fetch --all - - uses: actions/setup-node@v5 + - uses: actions/setup-node@v6 with: node-version: 18