From a8f008f70b757bf1d577e8be2345e4c6ecb4d034 Mon Sep 17 00:00:00 2001 From: Marco Maetzler Date: Tue, 1 Oct 2024 11:13:02 -0700 Subject: [PATCH] chore: bump jq version to 1.7 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index faea24b..4676351 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ runs: - name: 'Setup jq' uses: dcarbone/install-jq-action@v2.1.0 with: - version: 1.6 + version: 1.7 force: 'true' - uses: actions/download-artifact@v4