From 8504bbe36fe38bb2aa6d323c9b101cdcbd08ebb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 10:01:19 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41.0.0 to 45.0.8. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v41.0.0...v45.0.8) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 45.0.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/check_commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_commits.yml b/.github/workflows/check_commits.yml index d593144..690cd2d 100644 --- a/.github/workflows/check_commits.yml +++ b/.github/workflows/check_commits.yml @@ -27,7 +27,7 @@ jobs: pattern: '^(Merge pull request #[0-9]+)|(Merge branch ''main'' into develop)|(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\([\w\-\.]+\))?(!)?: ([\w ])+([\s\S]*)' error: 'Commit messages do not follow https://www.conventionalcommits.org/en/v1.0.0/' - name: Get Changed Files - uses: tj-actions/changed-files@v41.0.0 + uses: tj-actions/changed-files@v45.0.8 - name: Check if CHANGELOG wasn't included run: | if echo ${{ steps.changed-files.outputs.all_changed_files }} | grep CHANGELOG.md; then