From 72822c9134198fcabf85761b41e2b12add49e0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 22:52:59 +0000 Subject: [PATCH] chore(deps): bump astral-sh/setup-uv in the actions group Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 6.4.1 to 6.4.3 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/7edac99f961f18b581bbd960d59d049f04c0002f...e92bafb6253dcd438e0484186d7669ea7a8ca1cc) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/linters.yml | 2 +- .github/workflows/scanners.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c422fd1..61460e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: id: versions - name: Install a specific version of uv - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "${{ steps.versions.outputs.uv }}" python-version: "${{ steps.versions.outputs.python }}" @@ -127,7 +127,7 @@ jobs: id: versions - name: Install a specific version of uv - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "${{ steps.versions.outputs.uv }}" python-version: "${{ steps.versions.outputs.python }}" diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 8a6e1ef..0c65031 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -24,7 +24,7 @@ jobs: id: versions - name: Install a specific version of uv - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "${{ steps.versions.outputs.uv }}" python-version: "${{ steps.versions.outputs.python }}" diff --git a/.github/workflows/scanners.yml b/.github/workflows/scanners.yml index 4c6ca4d..b4d934b 100644 --- a/.github/workflows/scanners.yml +++ b/.github/workflows/scanners.yml @@ -53,7 +53,7 @@ jobs: id: versions - name: Install a specific version of uv - uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1 + uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3 with: version: "${{ steps.versions.outputs.uv }}" python-version: "${{ steps.versions.outputs.python }}"