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