Skip to content

Commit

Permalink
bump actions/checkout v4 in README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Sep 7, 2023
1 parent f17f9db commit d7c4389
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 @@ -58,7 +58,7 @@ jobs:
name: runner / alex
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: reviewdog/action-alex@v1
with:
github_token: ${{ secrets.github_token }}
Expand Down

0 comments on commit d7c4389

Please sign in to comment.