Skip to content

Commit

Permalink
chore(deps): bump versions (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 20, 2024
1 parent 8c0a162 commit 94c6254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/guides/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ enough for a simple testing suite, can be written as follows:

```yaml
- name: Upload coverage report
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
--durations=20
- name: Upload coverage report
uses: codecov/codecov-action@v4.3.1
uses: codecov/codecov-action@v4.4.0
with:
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}

0 comments on commit 94c6254

Please sign in to comment.