Skip to content

Commit

Permalink
CI: update cache action (commaai#29241)
Browse files Browse the repository at this point in the history
* update that

* update one more
  • Loading branch information
adeebshihadeh authored Aug 5, 2023
1 parent 0df2cd4 commit f714e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit f714e7c

Please sign in to comment.