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 0c9cc7e commit a1d84cfCopy full SHA for a1d84cf
.github/workflows/documentation.yml
@@ -33,7 +33,7 @@ jobs:
33
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
34
35
- name: Cache dependencies
36
- uses: actions/cache@v3
+ uses: actions/cache@v4
37
with:
38
path: ${{ steps.composercache.outputs.dir }}
39
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments