There was an error while loading. Please reload this page.
2 parents 738616a + efe0e83 commit d84faafCopy full SHA for d84faaf
1 file changed
.github/workflows/grumphp.yml
@@ -38,7 +38,7 @@ jobs:
38
id: composercache
39
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
40
- name: Cache dependencies
41
- uses: actions/cache@v5
+ uses: actions/cache@v6
42
with:
43
path: ${{ steps.composercache.outputs.dir }}
44
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments