summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-09-01 12:48:28 +0000
committerGitHub <noreply@github.com>2026-09-01 12:48:28 +0000
commitc20097a0ba4709fefab05cf0248d90d588dc9710 (patch)
tree6ee0349a3783149b2a868b0c436be4f0f37499a7
parent170136ae7ce777f79148a6e1fe570f4a7fa8291c (diff)
downloadpyvyos-dependabot/github_actions/astral-sh/setup-uv-10.0.1.tar.gz
pyvyos-dependabot/github_actions/astral-sh/setup-uv-10.0.1.zip
Bump astral-sh/setup-uv from 9.0.0 to 10.0.1dependabot/github_actions/astral-sh/setup-uv-10.0.1
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 9.0.0 to 10.0.1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/c771a70e6277c0a99b617c7a806ffedaca235ff9...20cfd1bf945f4377ade1205e4dbc17946fc9a30d) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/python-pr-validation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-pr-validation.yml b/.github/workflows/python-pr-validation.yml
index 5ccd4e7..9552373 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@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
+ uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
enable-cache: true
cache-dependency-glob: "pyproject.toml"