Skip to content

Commit ed250bf

Browse files
authored
Upgrade @actions/core and @actions/exec (zendesk#24) (zendesk#25)
1 parent 0bbd8f5 commit ed250bf

File tree

2 files changed

+9839
-27588
lines changed

2 files changed

+9839
-27588
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
prerelease_suffix:
2323
description: 'Annotate a prerelease version tag with suffix'
2424
required: false
25-
default: 'beta'
25+
default: 'beta'
2626
auto_increment_type:
2727
description: 'bump tag version type, Is this a major, minor, patch, or prerelease?'
2828
required: false
@@ -43,7 +43,7 @@ outputs:
4343
previous_tag:
4444
description: 'The most recent tag found during auto incrementing the tag version'
4545
runs:
46-
using: 'node12'
46+
using: 'node16'
4747
main: 'dist/index.js'
4848
branding:
4949
icon: 'tag'

0 commit comments

Comments
 (0)