There was an error while loading. Please reload this page.
2 parents 19decb5 + b86119f commit 5de4f2dCopy full SHA for 5de4f2d
1 file changed
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
run: vendor/bin/phpstan analyse -c phpstan.neon --error-format=checkstyle | cs2pr
88
89
- name: Setup rector cache
90
- uses: actions/cache@v5
+ uses: actions/cache@v6
91
with:
92
path: ${{ runner.temp }}/rector
93
key: ${{ runner.os }}-rector-${{ hashFiles('rector.php', 'composer.lock') }}
0 commit comments