We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d860a0 commit 4b27bf8Copy full SHA for 4b27bf8
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: ['3.13', '3.14']
18
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
21
22
- name: Install uv
23
uses: astral-sh/setup-uv@v7
@@ -47,7 +47,7 @@ jobs:
47
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
48
49
50
51
52
53
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
9
10
- uses: astral-sh/ruff-action@v3
11
with:
12
args: "format --check"
0 commit comments