From a30bce87e021c696c9ba336ad952c7be820267e7 Mon Sep 17 00:00:00 2001 From: Tim Finnigan <87778557+tim-finnigan@users.noreply.github.com> Date: Tue, 9 Jan 2024 09:02:18 -0800 Subject: [PATCH] chore: update README to note requirement for self-hosted runners using v4 (#941) * add note about using node20 * rever license changes --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a1d6f..32f8a36 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ using an IAM role to generate temporary security credentials. #### v4 Announcement (9/11/23) We have just released `v4` of Configure AWS Credentials. The only thing that -changed from `v3` is that the action now runs on `node20` instead of `node16`. +changed from `v3` is that the action now runs on `node20` instead of `node16`. If using a self-hosted runner, specify [v2.311.0](https://github.com/actions/runner/releases/tag/v2.311.0) or above for `node20` support. You can still see the `v3` announcement below, as it is still recent. #### v3 Announcement (8/23/23)