There was an error while loading. Please reload this page.
1 parent cb3c61e commit 5f49dd2Copy full SHA for 5f49dd2
1 file changed
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
id: composer-cache
40
run: |
41
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
42
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
43
with:
44
path: ${{ steps.composer-cache.outputs.dir }}
45
key: ${{ runner.os }}-composer-${{ matrix.stability }}-${{ matrix.flags }}-${{ hashFiles('**/composer.lock') }}
0 commit comments