From 336907ec3685e93dc541be45cfea0cda2c4c22dd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Dec 2024 08:32:30 +0000 Subject: [PATCH] chore: release 1.6.0 --- CHANGELOG.md | 7 +++++++ action.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca9114..9ffb322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.0](https://github.com/actionhippie/yamllint/compare/v1.5.0...v1.6.0) (2024-12-09) + + +### Features + +* **deps:** update alpine docker tag to v3.21 ([#29](https://github.com/actionhippie/yamllint/issues/29)) ([5577e2a](https://github.com/actionhippie/yamllint/commit/5577e2afcf71d35640c080737a0e101f596ad957)) + ## [1.5.0](https://github.com/actionhippie/yamllint/compare/v1.4.0...v1.5.0) (2024-05-27) diff --git a/action.yml b/action.yml index 23b607f..c9bcd5c 100644 --- a/action.yml +++ b/action.yml @@ -45,6 +45,6 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/actionhippie/yamllint:v1.5.0' + image: 'docker://ghcr.io/actionhippie/yamllint:v1.6.0' ...