diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3e20952..04cbb1f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -20,7 +20,7 @@ jobs: with: python-version: ${{ matrix.python-version }} architecture: x64 - - uses: actions/cache@v3.0.7 + - uses: actions/cache@v3.3.0 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/dev-requirements.txt') }}