From 8369962ca0c603a85781c970b698e8f80ff963bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:29:32 +0000 Subject: [PATCH] Bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `paulhatch/semantic-version` from 5.4.0 to 6.0.1 - [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/v5.4.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: paulhatch/semantic-version dependency-version: 6.0.1 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 f781896..13f86ad 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -36,7 +36,7 @@ jobs: with: node-version: 20 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.ASSETS_COMMIT_TOKEN }} ref: ${{ github.head_ref || github.ref_name }} @@ -123,7 +123,7 @@ jobs: unzip build.zip rm build.zip - - uses: paulhatch/semantic-version@v5.4.0 + - uses: paulhatch/semantic-version@v6.0.1 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 8220235..0919b25 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -13,7 +13,7 @@ jobs: packages_changed: ${{ steps.changes.outputs.packages_changed }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{ secrets.ASSETS_COMMIT_TOKEN }} ref: ${{ github.head_ref || github.ref_name }}