diff --git a/.github/workflows/test-jq-version.yml b/.github/workflows/test-jq-version.yml index a2c462b..e2abc65 100644 --- a/.github/workflows/test-jq-version.yml +++ b/.github/workflows/test-jq-version.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: 'Setup jq' - uses: dcarbone/install-jq-action@v2.1.0 + uses: dcarbone/install-jq-action@v4.0.1 with: version: 1.5 force: 'true' diff --git a/action.yml b/action.yml index c7c69ba..0b6f2e9 100644 --- a/action.yml +++ b/action.yml @@ -57,7 +57,7 @@ runs: fi - name: 'Install jq 1.6' - uses: dcarbone/install-jq-action@v2.1.0 + uses: dcarbone/install-jq-action@v4.0.1 with: version: 1.6 force: 'true'