We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ec851 commit 67bc0bcCopy full SHA for 67bc0bc
1 file changed
.github/workflows/test-phpunit.yml
@@ -152,7 +152,7 @@ jobs:
152
id: composer-cache
153
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
154
- name: Cache composer dependencies
155
- uses: actions/cache@v2
+ uses: actions/cache@v4
156
with:
157
path: ${{ steps.composer-cache.outputs.dir }}
158
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments