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.
2 parents c468d9c + fdf5a16 commit 9ee5f96Copy full SHA for 9ee5f96
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions/checkout@v4
27
28
- name: Install uv
29
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v4
30
31
- name: Run tests
32
run: |
.github/workflows/lint.yml
- name: Lint
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
token: ${{ secrets.RELEASE_PAT }}
33
34
35
36
37
- name: Calver calculate version
38
uses: StephaneBour/actions-calver@master
0 commit comments