We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f1f3fb + 97129a9 commit da8c1f2Copy full SHA for da8c1f2
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
31
32
- name: Cache composer dependencies
33
- uses: actions/cache@v3
+ uses: actions/cache@v4
34
with:
35
path: ${{ steps.composer-cache.outputs.dir }}
36
# Use composer.json for key, if composer.lock is not committed.
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
98
99
0 commit comments