Skip to content

Commit ed9af49

Browse files
authored
Merge pull request #10 from VectorInstitute/dependabot/github_actions/astral-sh/setup-uv-6.3.1
Bump astral-sh/setup-uv from 6.1.0 to 6.3.1
2 parents 2abb852 + 00d982f commit ed9af49

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@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
35+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
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@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
22+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
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@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb
43+
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
4444
with:
4545
# Install a specific version of uv.
4646
version: "0.7.6"

0 commit comments

Comments
 (0)