Skip to content

Commit c09315d

Browse files
committed
v5
1 parent 78ec1ed commit c09315d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Check code with ruff
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: astral-sh/ruff-action@v3
1515
with:
1616
args: "check"

0 commit comments

Comments
 (0)