From 30d8f852acf8f053c3762faaceaedddab642d2b5 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Thu, 12 Oct 2023 13:06:36 -0400 Subject: [PATCH] Fix version number in breaking changes section Co-authored-by: Martin Costello --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26a7281a..9f819310 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ documentation. ### V7 -Version 6 of this action updated the runtime to Node 20 - https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions +Version 7 of this action updated the runtime to Node 20 - https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions All scripts are now run with Node 20 instead of Node 16 and are affected by any breaking changes between Node 16 and 20