From 5a5493c1d9ba81f8a51f5e5b8f9f8193e5418746 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 23:00:23 +0000 Subject: [PATCH] CI(deps): Update astral-sh/setup-uv action to v8.1.0 --- .github/workflows/additional_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/additional_checks.yml b/.github/workflows/additional_checks.yml index 41f3f671f64..d5c7ac52762 100644 --- a/.github/workflows/additional_checks.yml +++ b/.github/workflows/additional_checks.yml @@ -41,7 +41,7 @@ jobs: with: python-version: "3.14" - name: Install uv and restore its cache - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 with: # To not have the last commit JSON and release notes files affected on # releases, if copying the contents displayed in the CI logs.