feat: update action runtime to node 20 (#2340)

This commit is contained in:
Peter Evans 2023-11-30 14:54:03 +00:00
parent c8e25cd056
commit 0d8f34ad33
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ outputs:
pull-request-head-sha:
description: 'The commit SHA of the pull request branch.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'git-pull-request'