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 568e942 + 6cd662c commit f96eed1Copy full SHA for f96eed1
.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@v4
+ uses: astral-sh/setup-uv@v5
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