From f714e7cb24517145b83bb01aa49da9b56ee8563a Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 4 Aug 2023 17:59:55 -0700 Subject: [PATCH] CI: update cache action (#29241) * update that * update one more --- .github/workflows/selfdrive_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index f884f859f7..33439bdf58 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -103,7 +103,7 @@ jobs: restore-keys: macos_scons- - name: Cache dependencies id: dependency-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/github_brew_cache_entries.txt @@ -372,7 +372,7 @@ jobs: - uses: ./.github/workflows/setup - name: Cache test routes id: dependency-cache - uses: actions/cache@03e00da99d75a2204924908e1cca7902cafce66b + uses: actions/cache@v3 with: path: /tmp/comma_download_cache key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'selfdrive/car/tests/routes.py') }}-${{ matrix.job }}