This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new a38c35a Use actions/cache@v2 (#9293)
a38c35a is described below
commit a38c35a47f542bb480e331bf78d19ee612aa5041
Author: Kaxil Naik <[email protected]>
AuthorDate: Sun Jun 14 22:04:47 2020 +0100
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.
---
.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 42a61e7..295dc9d 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: