We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c780ed commit 6901da2Copy full SHA for 6901da2
.github/workflows/run-tests.yml
@@ -41,7 +41,7 @@ jobs:
41
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
42
43
- name: Cache Composer dependencies
44
- uses: actions/cache@v3
+ uses: actions/cache@v4
45
with:
46
path: ${{ steps.composer-cache.outputs.dir }}
47
# Use composer.json for key, if composer.lock is not committed.
0 commit comments