Skip to content

Commit

Permalink
docs: update checkout action (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: Tonye Jack <jtonye@ymail.com>
  • Loading branch information
boidolr and jackton1 authored May 27, 2024
1 parent fb59151 commit aec860c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Generate coverage.py badge like this ![coverage badge](./coverage.svg) without u
```yaml
...
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v2
```
Expand Down Expand Up @@ -71,7 +71,7 @@ Support this project with a :star:
```yml
...
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit aec860c

Please sign in to comment.