summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2021-06-04 12:03:44 +0800
committerlaixintao <laixintaoo@gmail.com>2021-06-04 12:03:44 +0800
commit70d219deafe00dc105d0af41e6789f5bac5bbfc8 (patch)
tree2a7d02827425f2c63feac13181a7c2d7ddea6827 /.github
parent197da99e5230908ea283b10fc92a131ff6fe65b6 (diff)
upgrade action cache version to v2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index d3b0343..88e2768 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -30,7 +30,7 @@ jobs:
python-version: ${{ matrix.python }}
architecture: 'x64'
- name: Cache venv
- uses: actions/cache@v1
+ uses: actions/cache@v2
with:
path: venv
# Look to see if there is a cache hit for the corresponding requirements file
@@ -61,7 +61,7 @@ jobs:
python-version: 3.7
architecture: 'x64'
- name: Cache venv
- uses: actions/cache@v1
+ uses: actions/cache@v2
with:
path: venv
# Look to see if there is a cache hit for the corresponding requirements file