Skip to content

Commit d871236

Browse files
committed
Node.js 16 actions are deprecated.
Please update the following actions to use Node.js 20: actions/cache@v3, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
1 parent f9660bc commit d871236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
echo "cache-key=composer-php-$PHP_VERSION-$LARAVEL_VERSION-$PREFER_VERSION-${{ hashFiles('composer.json') }}" >> $GITHUB_OUTPUT
6767
68-
- uses: actions/cache@v3
68+
- uses: actions/cache@v4
6969
name: Cache dependencies
7070
with:
7171
path: ${{ steps.composer-cache.outputs.dir }}
@@ -104,6 +104,6 @@ jobs:
104104
run: |
105105
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
106106
107-
- uses: codecov/codecov-action@v3.1.0
107+
- uses: codecov/codecov-action@v4
108108
with:
109109
fail_ci_if_error: false

0 commit comments

Comments
 (0)