Skip to content

Commit ad8b598

Browse files
authored
Merge pull request #27 from 4am-robotics/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 9471113 + 6f4a6d8 commit ad8b598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
PYLINT_ARGS: '--output-format=parseable --errors-only'
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v5
2424
with:

0 commit comments

Comments
 (0)