We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb31cc commit 47bf092Copy full SHA for 47bf092
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