This repository was archived by the owner on Dec 16, 2022. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
with :
52
52
python-version : ${{ matrix.python }}
53
53
54
- - uses : actions/cache@v1
54
+ - uses : actions/cache@v2
55
55
with :
56
56
path : ${{ env.pythonLocation }}
57
57
key : ${{ runner.os }}-pydeps-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev-requirements.txt') }}
@@ -119,7 +119,7 @@ jobs:
119
119
with :
120
120
python-version : ${{ matrix.python }}
121
121
122
- - uses : actions/cache@v1
122
+ - uses : actions/cache@v2
123
123
with :
124
124
path : ${{ env.pythonLocation }}
125
125
key : ${{ runner.os }}-pydeps-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev-requirements.txt') }}
@@ -164,7 +164,7 @@ jobs:
164
164
with :
165
165
python-version : 3.7
166
166
167
- - uses : actions/cache@v1
167
+ - uses : actions/cache@v2
168
168
with :
169
169
path : ${{ env.pythonLocation }}
170
170
key : ${{ runner.os }}-pydeps-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev-requirements.txt') }}
@@ -332,7 +332,7 @@ jobs:
332
332
with :
333
333
python-version : 3.7
334
334
335
- - uses : actions/cache@v1
335
+ - uses : actions/cache@v2
336
336
with :
337
337
path : ${{ env.pythonLocation }}
338
338
key : ${{ runner.os }}-pydeps-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev-requirements.txt') }}
Original file line number Diff line number Diff line change 58
58
with :
59
59
python-version : ${{ matrix.python }}
60
60
61
- - uses : actions/cache@v1
61
+ - uses : actions/cache@v2
62
62
with :
63
63
path : ${{ env.pythonLocation }}
64
64
key : ${{ runner.os }}-pydeps-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev-requirements.txt') }}
@@ -127,7 +127,7 @@ jobs:
127
127
with :
128
128
python-version : ${{ matrix.python }}
129
129
130
- - uses : actions/cache@v1
130
+ - uses : actions/cache@v2
131
131
with :
132
132
path : ${{ env.pythonLocation }}
133
133
key : ${{ runner.os }}-pydeps-${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev-requirements.txt') }}
You can’t perform that action at this time.
0 commit comments