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 8aa981e commit 12115a0Copy full SHA for 12115a0
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
57
58
- name: Cache composer dependencies
59
- uses: actions/cache@v3
+ uses: actions/cache@v4
60
env:
61
cache-name: cache-composer
62
with:
0 commit comments