Skip to content

Commit

Permalink
Merge pull request #9 from stefafafan/update-node-version
Browse files Browse the repository at this point in the history
Fix actions deprecation warnings: Update runtime node version to 16, bump @actions/core to 1.10.0
  • Loading branch information
whitershade authored Jan 12, 2023
2 parents 265c193 + 1f20966 commit 815d2f1
Show file tree
Hide file tree
Showing 7 changed files with 3,991 additions and 2,029 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ outputs:
status:
description: 'status'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 815d2f1

Please sign in to comment.