From 7a95fa7ee0f02d552a32753e7414641a04307056 Mon Sep 17 00:00:00 2001 From: divyansh42 Date: Tue, 5 Mar 2024 17:11:53 +0530 Subject: [PATCH] Update changelog Signed-off-by: divyansh42 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3937c..b97ea85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # buildah-build Changelog +## v2.13 +- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ + ## v2.12 - Forcibly remove existing manifest before creating a new one. [#103](https://github.com/redhat-actions/buildah-build/pull/103)