Skip to content

Commit 3560c6c

Browse files
chore(deps): update dcarbone/install-jq-action action to v2 (#32)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dcarbone/install-jq-action](https://togithub.com/dcarbone/install-jq-action) | action | major | `v1.0.1` -> `v2.0.0` | --- ### Release Notes <details> <summary>dcarbone/install-jq-action (dcarbone/install-jq-action)</summary> ### [`v2.0.0`](https://togithub.com/dcarbone/install-jq-action/releases/tag/v2.0.0) [Compare Source](https://togithub.com/dcarbone/install-jq-action/compare/v1.0.1...v2.0.0) #### What's Changed - quick & dirty 1.7 support by [@&#8203;dcarbone](https://togithub.com/dcarbone) in [https://github.com/dcarbone/install-jq-action/pull/4](https://togithub.com/dcarbone/install-jq-action/pull/4) #### New Contributors - [@&#8203;dcarbone](https://togithub.com/dcarbone) made their first contribution in [https://github.com/dcarbone/install-jq-action/pull/4](https://togithub.com/dcarbone/install-jq-action/pull/4) **Full Changelog**: dcarbone/install-jq-action@v1.0.1...v2.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/tsangste/nx-package-test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 986fc8b commit 3560c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Install jq
12-
uses: dcarbone/install-jq-action@v1.0.1
12+
uses: dcarbone/install-jq-action@v2.0.0
1313

1414
- name: Install sponge
1515
run: sudo apt-get install moreutils

0 commit comments

Comments
 (0)