We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 653d5c0 commit c47ba79Copy full SHA for c47ba79
1 file changed
.github/workflows/phpunit.yml
@@ -23,7 +23,7 @@ jobs:
23
id: composer-cache
24
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
25
- name: Cache composer dependencies
26
- uses: actions/cache@v2
+ uses: actions/cache@v4
27
with:
28
path: ${{ steps.composer-cache.outputs.dir }}
29
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments