Skip to content

Commit 019218a

Browse files
committed
refactor: convert back the checkout version to v4
1 parent 137d728 commit 019218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ruff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
ruff:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- uses: astral-sh/ruff-action@v3
99
with:
1010
version: "0.11.4"

0 commit comments

Comments
 (0)