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: