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 1f34a2a commit 83ef015Copy full SHA for 83ef015
.github/workflows/continuous-integration.yml
@@ -33,7 +33,7 @@ jobs:
33
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
34
35
- name: Cache dependencies
36
- uses: actions/cache@v3
+ uses: actions/cache@v4
37
with:
38
path: ${{ steps.composer-cache.outputs.dir }}
39
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments