Skip to content

Commit c907e05

Browse files
authored
Merge pull request #21 from VectorInstitute/dependabot/github_actions/astral-sh/setup-uv-7
Bump astral-sh/setup-uv from 5 to 7
2 parents 1d5c1c0 + e044b73 commit c907e05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/[email protected]
3333

3434
- name: Install uv
35-
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182
35+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
3636
with:
3737
# Install a specific version of uv.
3838
version: "0.8.22"

.github/workflows/deploy-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache-dependency-path: catalog/package-lock.json
3434

3535
- name: Install uv
36-
uses: astral-sh/setup-uv@v5
36+
uses: astral-sh/setup-uv@v7
3737
with:
3838
version: "0.8.22"
3939
enable-cache: true

0 commit comments

Comments
 (0)