diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f1aed10..e08c596 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,7 +84,7 @@ jobs: with: python-version: "3.10" - - uses: actions/cache@v3.3.1 + - uses: actions/cache@v3.3.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('.github/requirements.txt') }}