Skip to content

Commit c21742b

Browse files
Merge pull request #71 from MyHoneyBadger/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 4b3ef77 + 7df3484 commit c21742b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
Awesome_Lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616
- run: npx awesome-lint

0 commit comments

Comments
 (0)