Skip to content

Commit 23d42f1

Browse files
authored
Bump actions/checkout from 4 to 5 (#1491)
2 parents 0a1ee96 + 8ade13b commit 23d42f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
style:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
- run: pipx run ruff check .
2828
- run: pipx run ruff format --diff .
2929

@@ -33,6 +33,6 @@ jobs:
3333

3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
- name: Codespell
3838
uses: codespell-project/actions-codespell@v2

0 commit comments

Comments
 (0)