Skip to content

Commit

Permalink
Update dcarbone/install-jq-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent 26c0e69 commit 95feb33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-jq-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: 'Setup jq'
uses: dcarbone/install-jq-action@v1.0.0
uses: dcarbone/install-jq-action@v2.0.1
with:
version: 1.5
force: 'true'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
fi
- name: 'Install jq 1.6'
uses: dcarbone/install-jq-action@v1.0.1
uses: dcarbone/install-jq-action@v2.0.1
with:
version: 1.6
force: 'true'
Expand Down

0 comments on commit 95feb33

Please sign in to comment.