Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
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/.
  • Loading branch information
adamancini authored May 2, 2024
1 parent 1bb6b55 commit 46a89e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/pr-labels/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
required: false

0 comments on commit 46a89e5

Please sign in to comment.