From 67992b187a321d61fcd8c2af2fd672d04e453744 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Tue, 9 Jun 2026 16:31:42 +0300 Subject: [PATCH] ci: bump security-audit.yml action pins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #113 bumped ci.yml and publish.yml to match modern-di; this workflow was added afterwards and was missed by that sweep. Bumps checkout@v4 → @v6 and setup-uv@v3 → @v8.2.0 to match the rest of the repo. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/security-audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 0c568ea..187f535 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -13,8 +13,8 @@ jobs: pip-audit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: astral-sh/setup-uv@v3 + - uses: actions/checkout@v6 + - uses: astral-sh/setup-uv@v8.2.0 with: enable-cache: true cache-dependency-glob: "**/pyproject.toml"