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 6ee809b commit 67c8978Copy full SHA for 67c8978
2 files changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
contents: write
13
id-token: write
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
17
- name: Install the latest version of uv
18
uses: astral-sh/setup-uv@v7
.github/workflows/ruff.yml
@@ -16,7 +16,7 @@ jobs:
name: Ruff Lint
runs-on: ubuntu-latest
19
20
21
- name: Run Ruff Lint
22
uses: chartboost/ruff-action@v1
0 commit comments