diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10e4727..3898fa2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: python-version: ${{ matrix.python-version }} # See https://github.com/actions/cache - name: Cache PIP packages - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.2.1 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}