chrisdickinson / setup-yq

Apache License 2.0
27 stars 20 forks source link

`yq` installed version (v3) unmaintained #5

Open Saviq opened 2 years ago

Saviq commented 2 years ago

The v3 version of YQ is unmaintained, yet that's what this action installs.

https://mikefarah.gitbook.io/yq/v/v3.x/

tombailey commented 1 year ago

You can try

- uses: chrisdickinson/setup-yq@v1.0.1
  with:
    yq-version: v4.25.3

or another version listed in the releases here

justinmchase commented 10 months ago

I came here to request this also, updating the latest version and probably tagging this repo with the same version would be nice.

Also, documenting that the version can be altered on the readme would be helpful.