Skip to content

Commit

Permalink
Node.js 16 actions are deprecated.
Browse files Browse the repository at this point in the history
Please update the following actions to use Node.js 20: actions/cache@v3, codecov/codecov-action@v3.1.0.

For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
  • Loading branch information
cuppett committed Mar 22, 2024
1 parent f9660bc commit d871236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "cache-key=composer-php-$PHP_VERSION-$LARAVEL_VERSION-$PREFER_VERSION-${{ hashFiles('composer.json') }}" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Cache dependencies
with:
path: ${{ steps.composer-cache.outputs.dir }}
Expand Down Expand Up @@ -104,6 +104,6 @@ jobs:
run: |
vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
- uses: codecov/codecov-action@v3.1.0
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false

0 comments on commit d871236

Please sign in to comment.