From 532aa8dcaf10c35fe12c09c7e4c6ef097b8ff2e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:46:44 +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 35.5.6 to 41.0.0. - [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/v35.5.6...v41.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files 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 73e168b..63872fe 100644 --- a/.github/workflows/check_commits.yml +++ b/.github/workflows/check_commits.yml @@ -27,7 +27,7 @@ jobs: pattern: '^(Merge pull request #[0-9]+ from dodevops/develop)|(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@v35.5.6 + uses: tj-actions/changed-files@v41.0.0 - name: Check if CHANGELOG wasn't included run: | if echo ${{ steps.changed-files.outputs.all_changed_files }} | grep CHANGELOG.md; then