We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b705a3d + 6ea8fc0 commit 7ba47d9Copy full SHA for 7ba47d9
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Lint
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
15
- uses: astral-sh/setup-uv@v5
16
- name: Check formatting
17
run: uvx ruff format --check .
@@ -22,7 +22,7 @@ jobs:
22
name: Test
23
24
25
26
27
with:
28
enable-cache: true
0 commit comments