diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 58e5a53..ce7a4e0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,7 +15,7 @@ jobs: with: python-version: 3.7 architecture: x64 - - uses: actions/cache@v2.1.1 + - uses: actions/cache@v3.2.6 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/*requirements.txt') }}