From a1584b724a7ba16c10f123bf35bc598c56772ea9 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Sun, 14 Jun 2020 22:04:47 +0100 Subject: [PATCH] Use actions/cache@v2 (#9293) We upgraded to v2 in https://github.com/apache/airflow/pull/8265 for other places in `.github/workflows/ci.yml`. This was left, so fixing it. GitOrigin-RevId: a38c35a47f542bb480e331bf78d19ee612aa5041 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42a61e7173f..295dc9d7cb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: