diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..99240f2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @DriveWealth/devops diff --git a/.github/workflows/test-jq-version.yml b/.github/workflows/test-jq-version.yml index 0b87d46..c53d923 100644 --- a/.github/workflows/test-jq-version.yml +++ b/.github/workflows/test-jq-version.yml @@ -64,7 +64,7 @@ jobs: - uses: nick-fields/assert-action@v2 with: - expected: 'jq-1.6' + expected: 'jq-1.7.1' actual: ${{ steps.new.outputs.version }} diff --git a/action.yml b/action.yml index feaf533..07dd7e0 100644 --- a/action.yml +++ b/action.yml @@ -56,10 +56,10 @@ runs: echo "destroy=with_entries(select(.value | IN({0}[]))) | keys" >> $GITHUB_OUTPUT fi - - name: 'Install jq 1.6' - uses: dcarbone/install-jq-action@v2.1.0 + - name: 'Install jq' + uses: dcarbone/install-jq-action@v3.2.0 with: - version: 1.6 + version: 1.7.1 force: 'true' - uses: cloudposse/github-action-jq@0.4.0