Skip to content

Commit

Permalink
Merge pull request chrisdickinson#12 from dajocarter/patch-1
Browse files Browse the repository at this point in the history
Chore: update to use node 20
  • Loading branch information
chrisdickinson authored Feb 1, 2024
2 parents 7c07e68 + 5e550f8 commit fa3192e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
required: false
default: 'https://github.com/mikefarah/yq/releases/download/{version}/yq_{platform}_{arch}'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
icon: book-open
color: '#FFFF00'

0 comments on commit fa3192e

Please sign in to comment.