From 34f2a60301c17e7f6d7af57d9f429191afb69b94 Mon Sep 17 00:00:00 2001 From: nsalfos <107048281+nsalfos@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:38:07 +0100 Subject: [PATCH 1/2] Updating runner to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 959e0c0..d064c81 100644 --- a/action.yml +++ b/action.yml @@ -82,5 +82,5 @@ outputs: installed: description: 'JSON object describing the versions that were installed.' runs: - using: node16 + using: node20 main: dist/index.js From c8dda2bbb0fdc908004f4be9b2ee5241d1d6e23a Mon Sep 17 00:00:00 2001 From: nsalfos <107048281+nsalfos@users.noreply.github.com> Date: Thu, 4 Jul 2024 15:42:54 +0100 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5b233..74f52c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # openshift-tools-installer Changelog +## v1.13 +- Update action to run on Node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ ## v1.12 - Update action/core dependency to 1.10.0