We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0c98e commit ce97f70Copy full SHA for ce97f70
2 files changed
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
php-version: ${{ matrix.php-versions }}
24
25
- name: Cache Composer dependencies
26
- uses: actions/cache@v2
+ uses: actions/cache@v4
27
with:
28
path: /tmp/composer-cache
29
key: ${{ runner.os }}-php${{ matrix.php-versions }}-${{ hashFiles('**/composer.lock') }}
.github/workflows/test.yml
0 commit comments