From 04ab1a303b0dc4126a0aff184cf7d97da81e03a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:04:28 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release in the dependencies group Bumps the dependencies group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/a06a81a03ee405af7f2048a818ed3f03bbf83c7b...26e8ad27a09a225049a7075d7ec1caa2df6ff332) chore(deps): bump clang-format in the dependencies group --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: clang-format dependency-version: 22.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/tag_and_release.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag_and_release.yml b/.github/workflows/tag_and_release.yml index b061ec1b..876e5791 100644 --- a/.github/workflows/tag_and_release.yml +++ b/.github/workflows/tag_and_release.yml @@ -217,7 +217,7 @@ jobs: working-directory: .github/scripts - name: Create release - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 + uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 # v2 with: tag_name: ${{ needs.bump_version.outputs.tag_name }} files: ${{ env.REZIPPED_ARTIFACTS }}/** diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 53011c10..87c3c3fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -102,7 +102,7 @@ repos: hooks: - id: clang-format exclude_types: [json] - additional_dependencies: [clang-format>=22.1.0] + additional_dependencies: [clang-format>=22.1.1] - repo: https://github.com/pocc/pre-commit-hooks rev: v1.3.5 hooks: