Skip to content

Commit

Permalink
fix: Upgrade @actions/core and upgrade node from 12 to 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Oct 13, 2022
1 parent 6790373 commit 4434eec
Show file tree
Hide file tree
Showing 6 changed files with 2,834 additions and 201 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ outputs:
registry:
description: ECR registry hostname (e.g. 000000000000.dkr.ecr.us-east-1.amazonaws.com)
runs:
using: node12
using: node16
main: 'dist/index.js'
branding:
icon: log-in
Expand Down
Loading

0 comments on commit 4434eec

Please sign in to comment.