You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the Change Request
The github-action-matrix-outputs-read action uses dcarbone/[email protected] and set the
jq
version to1.6
.The currently available jq version on (e.g.) homebrew is
1.7
.1.7
is also the default for thedcarbone/install-jq-action
action.jq
released version1.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 version1.6
Describe Ideal Solution
The ideal solution would use
1.7
or1.7.1
which is the currently released version ofjq
The text was updated successfully, but these errors were encountered: