We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff833b commit 5a18f78Copy full SHA for 5a18f78
.github/workflows/cli.yml
@@ -13,7 +13,7 @@ jobs:
13
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
18
- name: Set up PHP
19
uses: shivammathur/setup-php@v2
.github/workflows/php-cs-fixer.yml
0 commit comments