Skip to content

Commit 22ff930

Browse files
Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 (#195)
* Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@eac588a...5a095e7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update UV setup action version in tests workflow --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Howitz <icemac@gmx.net>
1 parent 271a89c commit 22ff930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
with:
4141
persist-credentials: false
4242
- name: Install uv + caching
43-
# astral/setup-uv@7.3.0
44-
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b
43+
# astral/setup-uv@7.3.1
44+
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098
4545
with:
4646
enable-cache: true
4747
cache-dependency-glob: |

0 commit comments

Comments
 (0)