Skip to content

Commit aec860c

Browse files
boidolrjackton1
andauthored
docs: update checkout action (#158)
Co-authored-by: Tonye Jack <[email protected]>
1 parent fb59151 commit aec860c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Generate coverage.py badge like this ![coverage badge](./coverage.svg) without u
1919
```yaml
2020
...
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Coverage Badge
2424
uses: tj-actions/coverage-badge-py@v2
2525
```
@@ -71,7 +71,7 @@ Support this project with a :star:
7171
```yml
7272
...
7373
steps:
74-
- uses: actions/checkout@v2
74+
- uses: actions/checkout@v4
7575

7676
- uses: actions/setup-python@v4
7777
with:

0 commit comments

Comments
 (0)