Skip to content

Commit

Permalink
Use actions/cache@v2 (#9293)
Browse files Browse the repository at this point in the history
We upgraded to v2 in apache/airflow#8265 for other places in `.github/workflows/ci.yml`. This was left, so fixing it.

GitOrigin-RevId: a38c35a47f542bb480e331bf78d19ee612aa5041
  • Loading branch information
kaxil authored and Cloud Composer Team committed Jul 8, 2022
1 parent f240a83 commit a1584b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
python-version: '3.x'
- name: Cache pre-commit env
uses: actions/cache@v1
uses: actions/cache@v2
env:
cache-name: cache-pre-commit
with:
Expand Down

0 comments on commit a1584b7

Please sign in to comment.