Skip to content

Commit 174791e

Browse files
authored
Merge pull request #18 from VectorInstitute/dependabot/github_actions/astral-sh/setup-uv-6.6.1
Bump astral-sh/setup-uv from 6.4.3 to 6.6.1
2 parents 4b1c6aa + c369fa6 commit 174791e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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/checkout@v4.3.0
3333

3434
- name: Install uv
35-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
35+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6
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/checkout@v4.3.0
2020

2121
- name: Install uv
22-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
22+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6
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/checkout@v4.3.0
4141

4242
- name: Install uv
43-
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc
43+
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6
4444
with:
4545
# Install a specific version of uv.
4646
version: "0.7.6"

0 commit comments

Comments
 (0)