Skip to content

Commit

Permalink
Merge pull request #56 from reviewdog/bump-actions-checkout-v4-in-readme
Browse files Browse the repository at this point in the history
bump actions/checkout v4 in README
  • Loading branch information
shogo82148 authored Sep 6, 2023
2 parents 8fb1b27 + 9082059 commit 49b796c
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 @@ -101,7 +101,7 @@ jobs:
name: runner / shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
Expand Down

0 comments on commit 49b796c

Please sign in to comment.