Skip to content

Commit 95ed36d

Browse files
authored
Merge pull request #27 from VectorInstitute/dependabot/github_actions/astral-sh/setup-uv-7.1.4
Bump astral-sh/setup-uv from 7.1.2 to 7.1.4
2 parents f7ec1ac + 7d7cde2 commit 95ed36d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
35+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
3636
with:
3737
# Install a specific version of uv.
3838
version: "0.7.6"

.github/workflows/publish.yml

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

2121
- name: Install uv
22-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
22+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
2323
with:
2424
# Install a specific version of uv.
2525
version: "0.7.6"

.github/workflows/unit_tests.yml

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

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41
43+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
4444
with:
4545
# Install a specific version of uv.
4646
version: "0.7.6"

0 commit comments

Comments
 (0)