From 104e595d1e4148f2ed01839e01f2d59eedc3ef28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:35:16 +0000 Subject: [PATCH] Bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) and [EndBug/add-and-commit](https://github.com/endbug/add-and-commit). Updates `paulhatch/semantic-version` from 6.0.1 to 6.0.2 - [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.1...v6.0.2) Updates `EndBug/add-and-commit` from 9 to 10 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](https://github.com/endbug/add-and-commit/compare/v9...v10) --- updated-dependencies: - dependency-name: paulhatch/semantic-version dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major 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 5efe01a..e39f92e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -153,7 +153,7 @@ jobs: unzip build.zip rm build.zip - - uses: paulhatch/semantic-version@v6.0.1 + - uses: paulhatch/semantic-version@v6.0.2 id: asset_version with: # The prefix to use to identify tags @@ -189,7 +189,7 @@ jobs: rm build.zip - name: Add & Commit - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: # The arguments for the `git add` command (see the paragraph below for more info) # Default: '.' diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 55ec4f5..196e8d7 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -56,7 +56,7 @@ jobs: echo "packages_changed=$HasPackageDiff" >> $env:GITHUB_OUTPUT - name: Add & Commit - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 if: ${{ steps.changes.outputs.packages_changed }} with: # The arguments for the `git add` command (see the paragraph below for more info)