From 844ad8b4971085d85e534b7db4983c367a114976 Mon Sep 17 00:00:00 2001 From: Teo Date: Tue, 7 Jan 2025 07:09:10 +0100 Subject: [PATCH] ci: python-tests - replace deprecated `cache-prefix` with `cache-suffix` --- .github/workflows/python-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yaml b/.github/workflows/python-tests.yaml index 0b9d7e80..fdf0b387 100644 --- a/.github/workflows/python-tests.yaml +++ b/.github/workflows/python-tests.yaml @@ -41,8 +41,8 @@ jobs: continue-on-error: true with: python-version: ${{ matrix.python-version }} - cache-prefix: uv-${{ matrix.python-version }} enable-cache: true + cache-suffix: uv-${{ matrix.python-version }} cache-dependency-glob: "**/pyproject.toml" - name: Install dependencies