diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-08-01 12:46:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-01 12:46:03 +0000 |
| commit | 43ec7764d1a89e3fc7795c26b24579d2b98c3abf (patch) | |
| tree | 6d96968d332ec5b872f9379a36fc797c2dc24127 /.github | |
| parent | 51b2625d8a4f376b2d7c80bb022f7647e7f80b40 (diff) | |
| download | pyvyos-dependabot/github_actions/astral-sh/setup-uv-9.0.0.tar.gz pyvyos-dependabot/github_actions/astral-sh/setup-uv-9.0.0.zip | |
Bump astral-sh/setup-uv from 8.2.0 to 9.0.0dependabot/github_actions/astral-sh/setup-uv-9.0.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/fac544c07dec837d0ccb6301d7b5580bf5edae39...c771a70e6277c0a99b617c7a806ffedaca235ff9)
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: 9.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-pr-validation.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-pr-validation.yml b/.github/workflows/python-pr-validation.yml index db1baea..70f3ef5 100644 --- a/.github/workflows/python-pr-validation.yml +++ b/.github/workflows/python-pr-validation.yml @@ -24,7 +24,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: enable-cache: true cache-dependency-glob: "pyproject.toml" |
