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 540218c + 20301db commit 8b478caCopy full SHA for 8b478ca
.github/workflows/publish.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v6
18
with:
19
enable-cache: true
20
cache-dependency-glob: uv.lock
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
distribution: temurin
28
java-version: '21'
29
30
31
32
0 commit comments