We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffa2ae2 + 9069bdb commit 4cbb293Copy full SHA for 4cbb293
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
id: composer-cache
49
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
50
- name: Setup cache
51
- uses: actions/cache@v3
+ uses: actions/cache@v4
52
with:
53
path: ${{ steps.composer-cache.outputs.dir }}
54
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-
0 commit comments