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