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 3d916df commit b2ae653Copy full SHA for b2ae653
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
- name: Set up uv
16
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
17
with:
18
enable-cache: true
19
cache-dependency-glob: |
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
20
21
22
23
0 commit comments