diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0a696f0..04aaa21e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: with: python-version: '${{ matrix.python }}' - name: Setup and Cache UV - uses: hynek/setup-cached-uv@v2.2.1 + uses: hynek/setup-cached-uv@v2.3.0 with: cache-suffix: '-${{ matrix.python }}' cache-dependency-path: '**/requirements/test.txt'