diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bb1dd1f..263892c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,7 +84,7 @@ jobs: with: python-version: "3.10" - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.0.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('.github/requirements.txt') }}