We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9660bc commit d871236Copy full SHA for d871236
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
66
echo "cache-key=composer-php-$PHP_VERSION-$LARAVEL_VERSION-$PREFER_VERSION-${{ hashFiles('composer.json') }}" >> $GITHUB_OUTPUT
67
68
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
69
name: Cache dependencies
70
with:
71
path: ${{ steps.composer-cache.outputs.dir }}
@@ -104,6 +104,6 @@ jobs:
104
run: |
105
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
106
107
- - uses: codecov/codecov-action@v3.1.0
+ - uses: codecov/codecov-action@v4
108
109
fail_ci_if_error: false
0 commit comments