We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 250dea7 + dadb141 commit f560dcbCopy full SHA for f560dcb
2 files changed
.github/workflows/codecov.yml
@@ -35,7 +35,7 @@ jobs:
35
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
36
37
- name: Cache dependencies installed with composer
38
- uses: actions/cache@v4
+ uses: actions/cache@v5
39
with:
40
path: ${{ env.COMPOSER_CACHE_DIR }}
41
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
.github/workflows/static-analysis.yml
0 commit comments