mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
feat: update action runtime to node 16 (#1074)
* fix: prefer getMultilineInput and getBooleanInput from actions/core * build: update distribution * feat: update action runtime to node 16 * ci: update setup-node and cache npm dependencies * revert: getMultilineInput to getInputAsArray * build: update distribution
This commit is contained in:
parent
a7bb76508d
commit
89265e8d24
4 changed files with 10 additions and 9 deletions
|
@ -81,7 +81,7 @@ outputs:
|
|||
pull-request-head-sha:
|
||||
description: 'The commit SHA of the pull request branch.'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'git-pull-request'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue