From 12b9e9488999563b4164bc68220fec0a92fe4da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:07:15 +0000 Subject: [PATCH] chore(ci): bump astral-sh/setup-uv from 5 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/agent_sync.yml | 2 +- .github/workflows/security.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/agent_sync.yml b/.github/workflows/agent_sync.yml index 788f9d9..14cb19d 100644 --- a/.github/workflows/agent_sync.yml +++ b/.github/workflows/agent_sync.yml @@ -39,7 +39,7 @@ jobs: with: fetch-depth: 1 - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v7 - name: Install automation dependencies run: uv sync diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2a7287b..ddabadf 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v5 + - uses: astral-sh/setup-uv@v7 - run: uv sync working-directory: git - run: uv run pip-audit