Skip to content

Commit cd4aa41

Browse files
authored
Merge pull request #16 from Wiktor-99/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 6605fb9 + 69edc92 commit cd4aa41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
linter: [xmllint, flake8, pep257]
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Run linter
2727
uses: ./.github/actions/lint/
2828
env:

0 commit comments

Comments
 (0)