Skip to content

Commit 1983208

Browse files
Bump astral-sh/setup-uv from 7.2.0 to 7.3.0 (#1476)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65154a5 commit 1983208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222
- name: Install uv
2323
# yamllint disable-line rule:line-length
24-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
24+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
2525
with:
2626
# yamllint disable-line rule:line-length
2727
enable-cache: | # zizmor: ignore[cache-poisoning] cache is disabled when publishing to prevent poisoning

.github/workflows/reusable-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
submodules: true
5151
- name: Install uv
5252
# yamllint disable-line rule:line-length
53-
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
53+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
5454
with:
5555
python-version: ${{ inputs.python-version }}
5656
enable-cache: ${{ inputs.enable-cache }}

0 commit comments

Comments
 (0)