We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0906887 + 8414744 commit d500014Copy full SHA for d500014
.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@v4
+ uses: actions/cache@v5
52
with:
53
path: ${{ steps.composer-cache.outputs.dir }}
54
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}-${{ matrix.prefer }}-
0 commit comments