summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-01 12:48:49 +0000
committerGitHub <noreply@github.com>2026-07-01 12:48:49 +0000
commitcd23d2b960c79a4f965ccfdbf2b7b54165cddea2 (patch)
tree7da5b6f6a961b588d835a6f0bb4d6fb093ee9e7b /.github/workflows
parent1bb0a01f845e7df4fb5ffc7dc8abf8d8c592fa06 (diff)
downloadpyvyos-dependabot/github_actions/astral-sh/setup-uv-8.2.0.tar.gz
pyvyos-dependabot/github_actions/astral-sh/setup-uv-8.2.0.zip
Bump astral-sh/setup-uv from 8.1.0 to 8.2.0dependabot/github_actions/astral-sh/setup-uv-8.2.0
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/08807647e7069bb48b6ef5acd8ec9567f424441b...fac544c07dec837d0ccb6301d7b5580bf5edae39) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
-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 5defe21..ab5a3c2 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
+ uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
with:
enable-cache: true
cache-dependency-glob: "pyproject.toml"