diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 35b2dc4..148fa33 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -32,7 +32,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Load cached venv id: cached-uv-dependencies - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: /tmp/.uv-cache key: uv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/uv.lock') }}