We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa73512 commit d0da78aCopy full SHA for d0da78a
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
39
40
- name: Cache dependencies
41
- uses: actions/cache@v3
+ uses: actions/cache@v4
42
with:
43
path: ${{ steps.composer-cache.outputs.dir }}
44
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments