There was an error while loading. Please reload this page.
2 parents 8fa1d48 + 62f35c7 commit 8841307Copy full SHA for 8841307
1 file changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
run: echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
39
40
- name: Cache composer dependencies
41
- uses: actions/cache@v5
+ uses: actions/cache@v6
42
with:
43
path: ${{ steps.composer-cache.outputs.dir }}
44
key: composer-${{ runner.os }}-${{ hashFiles('composer.json') }}
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
key: composer-${{ runner.os }}-php${{ matrix.php }}-${{ hashFiles('composer.json') }}
0 commit comments