diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c01b2e..4454014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.1.2](https://github.com/actionhippie/ansible-doctor/compare/v5.1.1...v5.1.2) (2024-12-23) + + +### Bugfixes + +* **deps:** update dependency ansible-doctor to v7.0.2 ([#72](https://github.com/actionhippie/ansible-doctor/issues/72)) ([0164c2c](https://github.com/actionhippie/ansible-doctor/commit/0164c2c37bb5dac5170c76bf0021c6a149da84f0)) + ## [5.1.1](https://github.com/actionhippie/ansible-doctor/compare/v5.1.0...v5.1.1) (2024-12-16) diff --git a/action.yml b/action.yml index 169ff42..c46dc6f 100644 --- a/action.yml +++ b/action.yml @@ -47,6 +47,6 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/actionhippie/ansible-doctor:v5.1.1' + image: 'docker://ghcr.io/actionhippie/ansible-doctor:v5.1.2' ...