Skip to content

Commit 39a3182

Browse files
Bump astral-sh/setup-uv from 5.3.1 to 5.4.0 (#55)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 514d326 commit 39a3182

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/code_checks.yml

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

3131
- name: Install uv
32-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
32+
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
3333
with:
3434
# Install a specific version of uv.
3535
version: "0.5.21"

.github/workflows/docs_build.yml

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

2525
- name: Install uv
26-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
26+
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
2727
with:
2828
# Install a specific version of uv.
2929
version: "0.5.21"

.github/workflows/docs_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: 'true'
2929

3030
- name: Install uv
31-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
31+
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
3232
with:
3333
# Install a specific version of uv.
3434
version: "0.5.21"

.github/workflows/integration_tests.yml

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

3737
- name: Install uv
38-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
38+
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
3939
with:
4040
# Install a specific version of uv.
4141
version: "0.5.21"

.github/workflows/publish.yml

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

2424
- name: Install uv
25-
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
25+
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
2626
with:
2727
# Install a specific version of uv.
2828
version: "0.5.21"

0 commit comments

Comments
 (0)