diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3034b509..6c0953e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: with: python-version: 3.9 - name: Cache PyPI - uses: actions/cache@v2 + uses: actions/cache@v3 with: key: pip-lint-${{ hashFiles('requirements-dev.txt') }} path: ~/.cache/pip