chrisdickinson / setup-yq

Apache License 2.0
27 stars 20 forks source link

Update using node 16 #9

Closed khoanguyen102 closed 9 months ago

thomas-humi commented 1 year ago

If you are using ubuntu-latest, it currently has yq installed. In which case, you might not need this action. https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md

ahasna commented 1 year ago

@thomas-humi That's true but if you are using a self-hosted runner. Upgrading this actions to use Node 16 will still handy to avoid warnings like this.

image
odise commented 10 months ago

Any chance to merge and release this?