Skip to content

Commit c7f8f48

Browse files
Bump astral-sh/setup-uv from 6.3.1 to 6.4.1 (#1386)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2a236c commit c7f8f48

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@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
24+
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
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@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
49+
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
5050
with:
5151
python-version: ${{ inputs.python-version }}
5252
enable-cache: ${{ inputs.enable-cache }}

0 commit comments

Comments
 (0)