Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jq version to 1.7 #33

Open
mmaetzler opened this issue Oct 1, 2024 · 0 comments · May be fixed by #34
Open

Bump jq version to 1.7 #33

mmaetzler opened this issue Oct 1, 2024 · 0 comments · May be fixed by #34

Comments

@mmaetzler
Copy link

Describe the Change Request

The github-action-matrix-outputs-read action uses dcarbone/[email protected] and set the jq version to 1.6.

The currently available jq version on (e.g.) homebrew is 1.7.
1.7 is also the default for the dcarbone/install-jq-action action.
jq released version 1.7 in Sept 2023, over a year ago.

Version 1.7 is also pre-installed on our local GH runners and clashes with the 1.6 that this action is trying to install.

Proposed Change

Please consider changing the jq version to 1.7

Use Case

We plan to use the github-action-matrix-outputs-read action in our CI pipeline that runs on local / self-managed runners. Those runners have jq 1.7 already installed and the dcarbone/install-jq-action action clashes / fails when trying to install version 1.6

Describe Ideal Solution

The ideal solution would use 1.7 or 1.7.1 which is the currently released version of jq

@mmaetzler mmaetzler linked a pull request Oct 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant