Skip to content

Commit a0b8fba

Browse files
Bump astral-sh/setup-uv from 6.3.1 to 6.4.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.3.1 to 6.4.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@bd01e18...05273c1) --- 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] <support@github.com>
1 parent a19af5d commit a0b8fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
3636
- name: Set up Python ${{ matrix.python-version }}
37-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
37+
uses: astral-sh/setup-uv@05273c154d09957eb9a2377d9c988fbda431d1c5
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
- name: Install dependencies

0 commit comments

Comments
 (0)