diff --git a/.github/workflows/_lint.yml b/.github/workflows/_lint.yml index fc50fef5c..585c232df 100644 --- a/.github/workflows/_lint.yml +++ b/.github/workflows/_lint.yml @@ -49,7 +49,7 @@ jobs: - name: Get .mypy_cache to speed up mypy if: steps.changed-files.outputs.all - uses: actions/cache@v3 + uses: actions/cache@v4 env: SEGMENT_DOWNLOAD_TIMEOUT_MIN: "2" with: @@ -75,7 +75,7 @@ jobs: - name: Get .mypy_cache_test to speed up mypy if: steps.changed-files.outputs.all - uses: actions/cache@v3 + uses: actions/cache@v4 env: SEGMENT_DOWNLOAD_TIMEOUT_MIN: "2" with: