diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e0df68e..bb4d03c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -27,7 +27,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.4 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}