We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54c928 commit ca04259Copy full SHA for ca04259
1 file changed
.github/workflows/lint.yml
@@ -18,12 +18,12 @@ jobs:
18
steps:
19
- uses: actions/checkout@v2
20
21
- - uses: shivammathur/setup-php@v3
+ - uses: shivammathur/setup-php@v2
22
with:
23
php-version: ${{ matrix.php-versions }}
24
25
- name: Cache Composer dependencies
26
- uses: actions/cache@v2
+ uses: actions/cache@v3
27
28
path: /tmp/composer-cache
29
key: ${{ runner.os }}-php${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}
0 commit comments