From 02fb2b1e45dbeee712b4fbffd240c86094844099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:23:44 +0000 Subject: [PATCH] Bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version). Updates `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) Updates `paulhatch/semantic-version` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Changelog](https://github.com/PaulHatch/semantic-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/paulhatch/semantic-version/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: paulhatch/semantic-version dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yml | 4 ++-- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index e513149..43d4df0 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -34,7 +34,7 @@ jobs: files_changed: ${{ steps.changes.outputs.files_changed }} steps: - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 24 @@ -125,7 +125,7 @@ jobs: unzip build.zip rm build.zip - - uses: paulhatch/semantic-version@v6.0.2 + - uses: paulhatch/semantic-version@v6.0.3 id: asset_version with: # The prefix to use to identify tags diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 797d0d3..54c467b 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@v6 + - uses: actions/setup-node@v7 with: node-version: 24