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 1d5c1c0 + e044b73 commit c907e05Copy full SHA for c907e05
.github/workflows/code_checks.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/[email protected]
33
34
- name: Install uv
35
- uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182
+ uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
36
with:
37
# Install a specific version of uv.
38
version: "0.8.22"
.github/workflows/deploy-catalog.yml
@@ -33,7 +33,7 @@ jobs:
cache-dependency-path: catalog/package-lock.json
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v7
39
enable-cache: true
0 commit comments