diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c762f90..234e6f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -77,7 +77,7 @@ jobs: - name: Restore mypy cache if: matrix.task.name == 'Type check' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .mypy_cache key: mypy-${{ env.CACHE_PREFIX }}-${{ runner.os }}-${{ matrix.python }}-${{ hashFiles('*requirements.txt') }}-${{ github.ref }}-${{ github.sha }}