Skip to content

Commit

Permalink
Merge pull request #195 from 5pm-HDH/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/tj-actions/verify-changed-files-17

chore(deps): bump tj-actions/verify-changed-files from 8.8 to 17 in /.github/workflows
  • Loading branch information
DumbergerL authored Jan 9, 2024
2 parents 32f1137 + 02a03d1 commit f9d9ae1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: composer run-script docs-generator

- name: Check if Docs are already generated
uses: tj-actions/verify-changed-files@v8.8
uses: tj-actions/verify-changed-files@v17
id: verify-changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: composer run-script php-cs-fixer

- name: Check if code are already generated
uses: tj-actions/verify-changed-files@v8.8
uses: tj-actions/verify-changed-files@v17
id: verify-changed-files
with:
files: |
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Fixed
- PHPUnit and PHP8.1 compatibility ([PR181](https://github.com/5pm-HDH/churchtools-api/pull/181))
- Fix GroupHierarchie ([PR192](https://github.com/5pm-HDH/churchtools-api/pull/192))
- Fix action dependency ([PR195](https://github.com/5pm-HDH/churchtools-api/pull/195))
- Fix GroupHierarchie test, Fix DB-Fields test ([PR192](https://github.com/5pm-HDH/churchtools-api/pull/192), [PR194](https://github.com/5pm-HDH/churchtools-api/pull/194))

## [2.0.0]
Expand Down

0 comments on commit f9d9ae1

Please sign in to comment.