From 89d0e4fda54290fb041ba351c137cb349a6dc9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:45:25 +0000 Subject: [PATCH] ci: Bump commit-check/commit-check-action in /.github/workflows Bumps [commit-check/commit-check-action](https://github.com/commit-check/commit-check-action) from 2 to 2.10.0. - [Release notes](https://github.com/commit-check/commit-check-action/releases) - [Commits](https://github.com/commit-check/commit-check-action/compare/v2...v2.10.0) --- updated-dependencies: - dependency-name: commit-check/commit-check-action dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index cca1d2ea9..6c9a46c9e 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Check commit - uses: commit-check/commit-check-action@v2 + uses: commit-check/commit-check-action@v2.10.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: