From 9a1c503bb5a3f9f89134b291591a1cc089ebb6c3 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Tue, 26 Mar 2024 19:11:43 -0700 Subject: [PATCH] Bump from Node 16 to Node 20 (Node 16 is out of support) (#1) --- author-verified/action.yml | 2 +- blob-storage-test/action.yml | 2 +- build-chat/action.yml | 2 +- classifier-deep/apply/apply-labels/action.yml | 2 +- classifier-deep/apply/fetch-sources/action.yml | 2 +- classifier-deep/monitor/action.yml | 2 +- classifier-deep/train/fetch-issues/action.yml | 2 +- classifier/train/fetch-issues/action.yml | 2 +- classifier/train/upload-models/action.yml | 2 +- code-review-chat/action.yml | 2 +- commands/action.yml | 2 +- copycat/action.yml | 2 +- english-please/action.yml | 2 +- feature-request/action.yml | 2 +- latest-release-monitor/action.yml | 2 +- locker/action.yml | 2 +- needs-more-info-closer/action.yml | 2 +- new-release/action.yml | 2 +- python-issue-labels/action.yml | 2 +- python-triage-info-needed/action.yml | 2 +- regex-labeler/action.yml | 2 +- release-pipeline/action.yml | 2 +- review-reminder/action.yml | 2 +- tag-alert/action.yml | 2 +- test-plan-item-validator/action.yml | 2 +- topic-subscribe/action.yml | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/author-verified/action.yml b/author-verified/action.yml index 00b0fda1..eb8158bd 100644 --- a/author-verified/action.yml +++ b/author-verified/action.yml @@ -17,5 +17,5 @@ inputs: description: Label added by issue fixer to signal that the author can verify the issue required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/blob-storage-test/action.yml b/blob-storage-test/action.yml index f61173ba..eec91212 100644 --- a/blob-storage-test/action.yml +++ b/blob-storage-test/action.yml @@ -8,5 +8,5 @@ inputs: description: Azure blob storage connection string required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/build-chat/action.yml b/build-chat/action.yml index e781af39..18f4f952 100644 --- a/build-chat/action.yml +++ b/build-chat/action.yml @@ -25,5 +25,5 @@ inputs: description: 'Which channel to send log messages to. Defaults to none.' required: false runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/classifier-deep/apply/apply-labels/action.yml b/classifier-deep/apply/apply-labels/action.yml index 572a2be6..d3872e44 100644 --- a/classifier-deep/apply/apply-labels/action.yml +++ b/classifier-deep/apply/apply-labels/action.yml @@ -11,5 +11,5 @@ inputs: description: "Pipe (|) separated list of labels such that the bot should act even if those labels are already present (use for bot-applied labels/etc.)" default: '' runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/classifier-deep/apply/fetch-sources/action.yml b/classifier-deep/apply/fetch-sources/action.yml index ee04811b..be780df8 100644 --- a/classifier-deep/apply/fetch-sources/action.yml +++ b/classifier-deep/apply/fetch-sources/action.yml @@ -22,5 +22,5 @@ inputs: appInsightsKey: description: Key for Azure App Insights to monitor application health runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/classifier-deep/monitor/action.yml b/classifier-deep/monitor/action.yml index 1743e79a..37da526b 100644 --- a/classifier-deep/monitor/action.yml +++ b/classifier-deep/monitor/action.yml @@ -10,5 +10,5 @@ inputs: appInsightsKey: description: Key for Azure App Insights to monitor application health runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/classifier-deep/train/fetch-issues/action.yml b/classifier-deep/train/fetch-issues/action.yml index cbcc6a1c..acedce23 100644 --- a/classifier-deep/train/fetch-issues/action.yml +++ b/classifier-deep/train/fetch-issues/action.yml @@ -11,5 +11,5 @@ inputs: description: Access string for blob storage account required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/classifier/train/fetch-issues/action.yml b/classifier/train/fetch-issues/action.yml index 2c4cf5ab..ef5c1c66 100644 --- a/classifier/train/fetch-issues/action.yml +++ b/classifier/train/fetch-issues/action.yml @@ -9,5 +9,5 @@ inputs: assignees: description: Pipe-seperated list of assignees to classify runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/classifier/train/upload-models/action.yml b/classifier/train/upload-models/action.yml index 0825bf8b..5af8a8e4 100644 --- a/classifier/train/upload-models/action.yml +++ b/classifier/train/upload-models/action.yml @@ -11,5 +11,5 @@ inputs: description: Access string for blob storage account required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/code-review-chat/action.yml b/code-review-chat/action.yml index 053460f8..7c070d3d 100644 --- a/code-review-chat/action.yml +++ b/code-review-chat/action.yml @@ -34,5 +34,5 @@ inputs: description: 'Repository name - used in webhooks' required: false runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/commands/action.yml b/commands/action.yml index 4490b038..a1512020 100644 --- a/commands/action.yml +++ b/commands/action.yml @@ -8,5 +8,5 @@ inputs: description: Name of .json file (no extension) in .github/ directory of repo holding configuration for this action required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/copycat/action.yml b/copycat/action.yml index 49adcc99..52a46d28 100644 --- a/copycat/action.yml +++ b/copycat/action.yml @@ -11,5 +11,5 @@ inputs: description: name of the destination repo (the vscode part of microsoft/vscode) required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/english-please/action.yml b/english-please/action.yml index ad8fcb67..f647c8ff 100644 --- a/english-please/action.yml +++ b/english-please/action.yml @@ -19,5 +19,5 @@ inputs: description: API key for the text translator cognitive service to use when detecting issue language and responding to the issue author in their language required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/feature-request/action.yml b/feature-request/action.yml index 4d414da8..68f1eefc 100644 --- a/feature-request/action.yml +++ b/feature-request/action.yml @@ -48,5 +48,5 @@ inputs: description: Delay between adding a feature request label and assigning the issue to candidate milestone required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/latest-release-monitor/action.yml b/latest-release-monitor/action.yml index f61173ba..eec91212 100644 --- a/latest-release-monitor/action.yml +++ b/latest-release-monitor/action.yml @@ -8,5 +8,5 @@ inputs: description: Azure blob storage connection string required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/locker/action.yml b/locker/action.yml index 69a28b2d..57c002e7 100644 --- a/locker/action.yml +++ b/locker/action.yml @@ -19,5 +19,5 @@ inputs: typeIs: description: either 'issue' or 'pr' to limit the query to only those types runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/needs-more-info-closer/action.yml b/needs-more-info-closer/action.yml index 39da96fa..9c2295db 100644 --- a/needs-more-info-closer/action.yml +++ b/needs-more-info-closer/action.yml @@ -20,5 +20,5 @@ inputs: pingComment: description: Comment to add when pinging assignee. ${assignee} and ${author} are replaced. runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/new-release/action.yml b/new-release/action.yml index f5eba80b..1fdc9fd4 100644 --- a/new-release/action.yml +++ b/new-release/action.yml @@ -19,5 +19,5 @@ inputs: oldVersionMessage: description: comment to post when an issue version is not the latest version. The token "{currentVersion}" will be replaced with the latest release version runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/python-issue-labels/action.yml b/python-issue-labels/action.yml index 62bef45f..433468ff 100644 --- a/python-issue-labels/action.yml +++ b/python-issue-labels/action.yml @@ -11,5 +11,5 @@ inputs: default: '["karrtikr","karthiknadig","paulacamargo25","eleanorjboyd"]' runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/python-triage-info-needed/action.yml b/python-triage-info-needed/action.yml index 00fb0129..36aa7daf 100644 --- a/python-triage-info-needed/action.yml +++ b/python-triage-info-needed/action.yml @@ -19,5 +19,5 @@ inputs: default: '["\\?", "please", "kindly", "let me know", "try", "can you", "could you", "would you", "may I", "provide", "let us know", "tell me", "give me", "send me", "what", "when", "where", "why", "how"]' runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/regex-labeler/action.yml b/regex-labeler/action.yml index 9e6ba62d..2c564fa7 100644 --- a/regex-labeler/action.yml +++ b/regex-labeler/action.yml @@ -13,5 +13,5 @@ inputs: label: description: Label to apply to isses that don't fit the criteria runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/release-pipeline/action.yml b/release-pipeline/action.yml index d0e4e704..6e0c6c07 100644 --- a/release-pipeline/action.yml +++ b/release-pipeline/action.yml @@ -11,5 +11,5 @@ inputs: description: Label for issues that have been released to Insiders required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/review-reminder/action.yml b/review-reminder/action.yml index a07b7bfd..0069f49c 100644 --- a/review-reminder/action.yml +++ b/review-reminder/action.yml @@ -10,5 +10,5 @@ inputs: description: Slack token. required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/tag-alert/action.yml b/tag-alert/action.yml index 634e7acf..f5d45522 100644 --- a/tag-alert/action.yml +++ b/tag-alert/action.yml @@ -8,5 +8,5 @@ inputs: description: Name of the tag to alert on required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/test-plan-item-validator/action.yml b/test-plan-item-validator/action.yml index b9ef2db8..01b55461 100644 --- a/test-plan-item-validator/action.yml +++ b/test-plan-item-validator/action.yml @@ -18,5 +18,5 @@ inputs: description: Comment to post to invalid test plan items required: true runs: - using: 'node16' + using: 'node20' main: 'index.js' diff --git a/topic-subscribe/action.yml b/topic-subscribe/action.yml index 0deb9049..c6160df1 100644 --- a/topic-subscribe/action.yml +++ b/topic-subscribe/action.yml @@ -8,5 +8,5 @@ inputs: description: Name of .json file (no extension) in .github/ directory of repo holding configuration for this action required: true runs: - using: 'node16' + using: 'node20' main: 'index.js'