Skip to content

Commit

Permalink
docs: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Apr 13, 2024
1 parent 0441e96 commit c6743a7
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 @@ -15,7 +15,7 @@ Display Coverage reports on a Pull Request.
```yaml
...
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Code coverage-reporter
uses: tj-actions/[email protected]
with:
Expand All @@ -27,7 +27,7 @@ Display Coverage reports on a Pull Request.
```yaml
...
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Code coverage-reporter
uses: tj-actions/[email protected]
with:
Expand Down

0 comments on commit c6743a7

Please sign in to comment.