Skip to content

Commit a4ea25b

Browse files
Bump astral-sh/setup-uv from 6.3.1 to 6.4.0
--- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 654208b commit a4ea25b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Install the latest version of uv
26-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # 6.3.1
26+
uses: astral-sh/setup-uv@05273c154d09957eb9a2377d9c988fbda431d1c5 # 6.4.0
2727

2828
- name: Build
2929
run: uv build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
submodules: true
2424
persist-credentials: false
2525
- name: Install the latest version of uv
26-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # 6.3.1
26+
uses: astral-sh/setup-uv@05273c154d09957eb9a2377d9c988fbda431d1c5 # 6.4.0
2727
- name: Install tox
2828
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
2929
- name: Install Python

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525

2626
- name: Install the latest version of uv
27-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # 6.3.1
27+
uses: astral-sh/setup-uv@05273c154d09957eb9a2377d9c988fbda431d1c5 # 6.4.0
2828
with:
2929
enable-cache: false
3030

0 commit comments

Comments
 (0)