diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0e9be7..37e0697 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Cache Pip Dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/test.txt') }}