From b4128a9bb33832856c5a85b4008cc38831be9033 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Dec 2023 08:17:48 +0000 Subject: [PATCH] chore: release 2.2.0 --- CHANGELOG.md | 12 ++++++++++++ action.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f17db64..e9bbd07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://github.com/actionhippie/ansible-doctor/compare/v2.1.3...v2.2.0) (2023-12-18) + + +### Features + +* **deps:** update alpine docker tag to v3.19 ([5ded8e6](https://github.com/actionhippie/ansible-doctor/commit/5ded8e6c31f9a5d912762d0821e809f10b655ccd)) + + +### Bugfixes + +* force install via pip ([7cbdd9c](https://github.com/actionhippie/ansible-doctor/commit/7cbdd9c647452d76f061836500efd5184fa91c01)) + ## [2.1.3](https://github.com/actionhippie/ansible-doctor/compare/v2.1.2...v2.1.3) (2023-12-11) diff --git a/action.yml b/action.yml index a26ff9e..cd0f639 100644 --- a/action.yml +++ b/action.yml @@ -47,6 +47,6 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/actionhippie/ansible-doctor:v2.1.3' + image: 'docker://ghcr.io/actionhippie/ansible-doctor:v2.2.0' ...