From 46a89e5141cef197ea4630d6276b84e69403fda8 Mon Sep 17 00:00:00 2001 From: ada mancini Date: Thu, 2 May 2024 08:56:08 -0400 Subject: [PATCH] Update action.yml Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: replicatedhq/required-workflows/.github/actions/pr-labels@main. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. --- .github/actions/pr-labels/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/pr-labels/action.yml b/.github/actions/pr-labels/action.yml index 8d8db00..21221f8 100644 --- a/.github/actions/pr-labels/action.yml +++ b/.github/actions/pr-labels/action.yml @@ -2,10 +2,10 @@ name: "Check PR labels" description: "Check required PR labels are present" author: "Replicated" runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' inputs: token: description: The GitHub token to use when calling the API default: ${{ github.token }} - required: false \ No newline at end of file + required: false