Skip to content

Commit

Permalink
fix(README): use checkout@v4 in usage example (#703)
Browse files Browse the repository at this point in the history
fix: use checkout@v4 in README example
  • Loading branch information
bnb authored Aug 27, 2024
1 parent 0cd961a commit f0b8e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
update_routes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false
- run: "date > datetime.txt" # create or update a test.txt file
Expand Down

0 comments on commit f0b8e54

Please sign in to comment.