File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 64
64
python-version : ${{ matrix.python-version }}
65
65
66
66
- name : Linux pip cache
67
- uses : actions/cache@v2
67
+ uses : actions/cache@v3
68
68
if : ${{ runner.os == 'Linux' }}
69
69
with :
70
70
path : ~/.cache/pip
73
73
Python-v${{ env.RESET_PIP_CACHE }}-${{ runner.os }}-${{ matrix.python-version }}
74
74
75
75
- name : Window pip cache
76
- uses : actions/cache@v2
76
+ uses : actions/cache@v3
77
77
if : ${{ runner.os == 'Windows' }}
78
78
with :
79
79
path : ~\AppData\Local\pip\Cache
@@ -137,7 +137,7 @@ jobs:
137
137
sudo apt install zip pandoc libgl1-mesa-glx xvfb texlive-latex-extra latexmk
138
138
139
139
- name : Cache pip
140
- uses : actions/cache@v2
140
+ uses : actions/cache@v3
141
141
with :
142
142
path : ~/.cache/pip
143
143
key : Python-v${{ env.RESET_PIP_CACHE }}-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements/requirements_docs*.txt') }}
@@ -176,23 +176,23 @@ jobs:
176
176
id : version
177
177
178
178
- name : Cache examples
179
- uses : actions/cache@v2
179
+ uses : actions/cache@v3
180
180
with :
181
181
path : doc/source/examples
182
182
key : Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ steps.version.outputs.PYMAPDL_VERSION }}-${{ github.sha }}
183
183
restore-keys : |
184
184
Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ steps.version.outputs.PYMAPDL_VERSION }}
185
185
186
186
- name : Cache docs build directory
187
- uses : actions/cache@v2
187
+ uses : actions/cache@v3
188
188
with :
189
189
path : doc/build
190
190
key : doc-build-v${{ env.RESET_DOC_BUILD_CACHE }}-${{ steps.version.outputs.PYMAPDL_VERSION }}-${{ github.sha }}
191
191
restore-keys : |
192
192
doc-build-v${{ env.RESET_DOC_BUILD_CACHE }}-${{ steps.version.outputs.PYMAPDL_VERSION }}
193
193
194
194
- name : Cache autosummary
195
- uses : actions/cache@v2
195
+ uses : actions/cache@v3
196
196
with :
197
197
path : doc/source/**/_autosummary/*.rst
198
198
key : autosummary-v${{ env.RESET_AUTOSUMMARY_CACHE }}-${{ steps.version.outputs.PYMAPDL_VERSION }}-${{ github.sha }}
@@ -262,7 +262,7 @@ jobs:
262
262
sudo apt install libgl1-mesa-glx xvfb
263
263
264
264
- name : Cache pip
265
- uses : actions/cache@v2
265
+ uses : actions/cache@v3
266
266
with :
267
267
path : ~/.cache/pip
268
268
key : Python-v${{ env.RESET_PIP_CACHE }}-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements/requirements_tests.txt') }}
Original file line number Diff line number Diff line change 30
30
sudo apt install libgl1-mesa-glx xvfb
31
31
32
32
- name : Cache pip
33
- uses : actions/cache@v2
33
+ uses : actions/cache@v3
34
34
with :
35
35
path : ~/.cache/pip
36
36
key : Python-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements/requirements_tests.txt') }}
You can’t perform that action at this time.
0 commit comments