File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
python-version : ${{ matrix.python-version }}
26
26
27
27
- name : " Set up dependency cache"
28
- uses : actions/cache@v2
28
+ uses : actions/cache@v3
29
29
# poetry venv restore is buggy on windows
30
30
# https://github.com/python-poetry/poetry/issues/2629
31
31
if : ${{ matrix.os != 'Windows' }}
63
63
python-version : ${{ env.DEFAULT_PYTHON }}
64
64
65
65
- name : " Set up dependency cache"
66
- uses : actions/cache@v2
66
+ uses : actions/cache@v3
67
67
with :
68
68
key : deps-${{ secrets.GH_CACHE }}-${{ runner.os }}-python${{ env.DEFAULT_PYTHON }}-${{ hashFiles('**/*.lock') }}
69
69
path : |
99
99
python-version : ${{ env.DEFAULT_PYTHON }}
100
100
101
101
- name : " Set up dependency cache"
102
- uses : actions/cache@v2
102
+ uses : actions/cache@v3
103
103
with :
104
104
key : deps-${{ secrets.GH_CACHE }}-${{ runner.os }}-python${{ env.DEFAULT_PYTHON }}-${{ hashFiles('**/*.lock') }}
105
105
path : |
You can’t perform that action at this time.
0 commit comments