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.
1 parent 57f7fbe commit 59335c6Copy full SHA for 59335c6
.github/workflows/codecov.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Install PHP
26
uses: shivammathur/setup-php@v2
@@ -34,7 +34,7 @@ jobs:
34
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
35
36
- name: Cache dependencies installed with composer
37
- uses: actions/cache@v3
+ uses: actions/cache@v4
38
with:
39
path: ${{ env.COMPOSER_CACHE_DIR }}
40
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments