From eb4eb074db03bed0c9ead6aff397ca5eadb3b2cd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 25 Sep 2025 18:06:02 +0000 Subject: [PATCH] chore(deps): update dcarbone/install-jq-action action to v3 --- .github/workflows/code-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-standards.yml b/.github/workflows/code-standards.yml index 4b5566de..ae5a4f35 100644 --- a/.github/workflows/code-standards.yml +++ b/.github/workflows/code-standards.yml @@ -63,7 +63,7 @@ jobs: composer global require google/cloud-tools:dev-${BRANCH#*@} -q echo "CONFIG=$HOME/.composer/vendor/google/cloud-tools/${BRANCH%@*}" >> $GITHUB_ENV - name: 'Setup jq' - uses: dcarbone/install-jq-action@v2 + uses: dcarbone/install-jq-action@v3 - name: Install PHP CS Fixer run: composer global require friendsofphp/php-cs-fixer:${{ inputs.version }} - name: Run PHP CS Fixer