We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9c847 commit 6fd3baeCopy full SHA for 6fd3bae
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