From 2e0e208d2e7a9ba6b40b5cc757a5ff00e5895355 Mon Sep 17 00:00:00 2001 From: "mailersend-renovate[bot]" <197618458+mailersend-renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 08:02:39 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v8 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2c739a0..5c5b230 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v8.2.0 - name: Build and publish to PyPI run: |