Skip to content

Commit 8f12b8d

Browse files
chore(deps): update dcarbone/install-jq-action action to v3
1 parent 7c764aa commit 8f12b8d

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
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929

3030
- name: 'Setup jq'
31-
uses: dcarbone/install-jq-action@v2.1.0
31+
uses: dcarbone/install-jq-action@v3.2.0
3232
with:
3333
version: 1.5
3434
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.2.0
6161
with:
6262
version: 1.6
6363
force: 'true'

0 commit comments

Comments
 (0)