Skip to content

Commit b694432

Browse files
boidolrjackton1
authored andcommitted
docs: update checkout action
1 parent 4723eaa commit b694432

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
@@ -16,7 +16,7 @@ Generate coverage.py badge like this ![coverage badge](./coverage.svg) without u
1616
```yaml
1717
...
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Coverage Badge
2121
uses: tj-actions/coverage-badge-py@v2
2222
```
@@ -68,7 +68,7 @@ Support this project with a :star:
6868
```yml
6969
...
7070
steps:
71-
- uses: actions/checkout@v2
71+
- uses: actions/checkout@v4
7272
with:
7373
fetch-depth: 0
7474

0 commit comments

Comments
 (0)