diff --git a/.github/workflows/feature-branch.yml b/.github/workflows/feature-branch.yml index 44b1140..59592eb 100644 --- a/.github/workflows/feature-branch.yml +++ b/.github/workflows/feature-branch.yml @@ -17,7 +17,7 @@ jobs: with: atmos-version: "latest" - - uses: dcarbone/install-jq-action@v1.0.1 + - uses: dcarbone/install-jq-action@v2.1.0 with: version: "1.6" diff --git a/action.yml b/action.yml index 1c8bb53..614ba0f 100644 --- a/action.yml +++ b/action.yml @@ -61,7 +61,7 @@ runs: install-wrapper: false - name: Install JQ - uses: dcarbone/install-jq-action@v1.0.1 + uses: dcarbone/install-jq-action@v2.1.0 with: version: ${{ inputs.jq-version }}