diff --git a/.github/workflows/doc-generator.yml b/.github/workflows/doc-generator.yml index 9af6232e..44916cc4 100644 --- a/.github/workflows/doc-generator.yml +++ b/.github/workflows/doc-generator.yml @@ -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: | diff --git a/.github/workflows/php-coding-standards.yml b/.github/workflows/php-coding-standards.yml index 8b03484d..8f170074 100644 --- a/.github/workflows/php-coding-standards.yml +++ b/.github/workflows/php-coding-standards.yml @@ -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: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec0e6e9..76ebf650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]