From 3288ec6fdcdbf4da80e147431ae5ab1dd7942a78 Mon Sep 17 00:00:00 2001 From: bartzbeielstein <32470350+bartzbeielstein@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:35:45 +0200 Subject: [PATCH 1/2] ci: bump astral-sh/setup-uv to v8.1.0 (Node 24) The pinned setup-uv ran on Node 20, which GitHub Actions force-migrates to Node 24 on 2026-06-16 and removes on 2026-09-16. Bump to v8.1.0 to clear the deprecation warning before the cutoff. - release.yml: repin SHA -> 08807647e7069bb48b6ef5acd8ec9567f424441b (v8.1.0) - lint.yml: @v5 -> @v8 (keeps this file's tag-pin style) Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3ca703a..158f9ef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4 - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v8 with: enable-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 062b620..83bb994 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: python-version: "3.13" - name: Set up uv - uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 + uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 - name: Install dependencies run: | From 0be8761376589ef3afa8fa11ce9369adb0ddd147 Mon Sep 17 00:00:00 2001 From: bartzbeielstein <32470350+bartzbeielstein@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:36:59 +0200 Subject: [PATCH 2/2] ci: use full setup-uv tag v8.1.0 (no moving v8 major tag exists) Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 158f9ef..eb98212 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4 - name: Install uv - uses: astral-sh/setup-uv@v8 + uses: astral-sh/setup-uv@v8.1.0 with: enable-cache: true