Skip to content

Commit 46a89e5

Browse files
authored
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/.
1 parent 1bb6b55 commit 46a89e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/pr-labels/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "Check PR labels"
22
description: "Check required PR labels are present"
33
author: "Replicated"
44
runs:
5-
using: 'node16'
5+
using: 'node20'
66
main: 'dist/index.js'
77
inputs:
88
token:
99
description: The GitHub token to use when calling the API
1010
default: ${{ github.token }}
11-
required: false
11+
required: false

0 commit comments

Comments
 (0)