feat: update action runtime to node 20

This commit is contained in:
Eric Cornelissen 2023-09-12 17:43:23 +02:00 committed by GitHub
parent a05bf394be
commit 19e754f2b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,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'