Skip to content

Commit b687c5a

Browse files
authored
Merge pull request #48 from hazcod/dependabot/github_actions/actions/checkout-5.0.0
chore(deps): bump actions/checkout from 4.1.4 to 5.0.0
2 parents 892ebe6 + af33ede commit b687c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: shellcheck
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4.1.4
8+
- uses: actions/checkout@v5.0.0
99
- name: shellcheck
1010
uses: reviewdog/[email protected]
1111
with:

0 commit comments

Comments
 (0)