From b569d3b6862daf0b1a440bf9bd91b46684b10cce Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Tue, 3 Feb 2026 19:55:41 +0400 Subject: [PATCH] Update GitHub Actions to use newer versions (#71) --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03be4be..47ba50b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,12 +29,12 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install uv - uses: astral-sh/setup-uv@v5 + uses: astral-sh/setup-uv@v7 with: - version: "0.5.15" + version: "0.9.28" - name: Set up Python shell: bash