Skip to content

Commit f585d83

Browse files
chore(deps): update dcarbone/install-jq-action action to v3
1 parent 6d5aaa9 commit f585d83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-jq-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: 'Setup jq'
23-
uses: dcarbone/install-jq-action@v2.1.0
23+
uses: dcarbone/install-jq-action@v3.1.0
2424
with:
2525
version: 1.5
2626
force: 'true'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
fi
5858
5959
- name: 'Install jq 1.6'
60-
uses: dcarbone/install-jq-action@v2.1.0
60+
uses: dcarbone/install-jq-action@v3.1.0
6161
with:
6262
version: 1.6
6363
force: 'true'

0 commit comments

Comments
 (0)