We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a99af commit 8bdb763Copy full SHA for 8bdb763
.github/workflows/code-standards.yml
@@ -63,7 +63,7 @@ jobs:
63
composer global require google/cloud-tools:dev-${BRANCH#*@} -q
64
echo "CONFIG=$HOME/.composer/vendor/google/cloud-tools/${BRANCH%@*}" >> $GITHUB_ENV
65
- name: 'Setup jq'
66
- uses: dcarbone/install-jq-action@v2
+ uses: dcarbone/install-jq-action@v3
67
- name: Install PHP CS Fixer
68
run: composer global require friendsofphp/php-cs-fixer:${{ inputs.version }}
69
- name: Run PHP CS Fixer
0 commit comments