There was an error while loading. Please reload this page.
2 parents f60b2ac + a83dbfe commit e270cd7Copy full SHA for e270cd7
1 file changed
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
fi
39
40
- name: Cache Composer packages
41
- uses: actions/cache@v4
+ uses: actions/cache@v6
42
with:
43
path: vendor
44
key: ${{ runner.os }}-composer-${{ matrix.php-versions }}-${{ hashFiles('**/composer.json', '**/composer.lock') }}
0 commit comments