We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d97f8e commit 89aa38dCopy full SHA for 89aa38d
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
21
- name: Run Ruff (latest)
22
uses: astral-sh/ruff-action@v3
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
runs-on: "ubuntu-latest"
23
24
25
- name: Install uv and set python version
26
uses: astral-sh/setup-uv@v7
0 commit comments