Skip to content

Commit 04285a9

Browse files
dependabot[bot]Dennis Ploeger
authored andcommitted
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](tj-actions/changed-files@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] <support@github.com>
1 parent b99682f commit 04285a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
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]*)'
2828
error: 'Commit messages do not follow https://www.conventionalcommits.org/en/v1.0.0/'
2929
- name: Get Changed Files
30-
uses: tj-actions/changed-files@v41.0.0
30+
uses: tj-actions/changed-files@v45.0.8
3131
- name: Check if CHANGELOG wasn't included
3232
run: |
3333
if echo ${{ steps.changed-files.outputs.all_changed_files }} | grep CHANGELOG.md; then

0 commit comments

Comments
 (0)