Skip to content

Commit aa7d8b5

Browse files
Bump astral-sh/setup-uv from 6.1.0 to 6.3.0 (#1377)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent adc7630 commit aa7d8b5

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@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
24+
uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.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
@@ -46,7 +46,7 @@ jobs:
4646
submodules: true
4747
- name: Install uv
4848
# yamllint disable-line rule:line-length
49-
uses: astral-sh/setup-uv@f0ec1fc3b38f5e7cd731bb6ce540c5af426746bb # v6.1.0
49+
uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3.0
5050
with:
5151
python-version: ${{ inputs.python-version }}
5252
enable-cache: ${{ inputs.enable-cache }}

0 commit comments

Comments
 (0)