We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12bf7b commit 2042a20Copy full SHA for 2042a20
1 file changed
.github/workflows/run-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
23
24
- name: Cache dependencies
25
- uses: actions/cache@v4
+ uses: actions/cache@v2
26
with:
27
path: ~/.composer/cache/files
28
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
0 commit comments