@@ -165,7 +165,7 @@ jobs:
165
165
166
166
- name : Cache ${{ matrix.cache_key }}
167
167
if : ${{ matrix.cache-path != '' && matrix.cache-key != '' }}
168
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
168
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
169
169
with :
170
170
path : ${{ matrix.cache-path }}
171
171
key : ${{ matrix.cache-key }}
@@ -188,7 +188,7 @@ jobs:
188
188
189
189
- name : Setup conda
190
190
if : ${{ matrix.conda == 'true' }}
191
- uses : mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
191
+ uses : mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
192
192
with :
193
193
environment-name : test
194
194
condarc : |
@@ -214,15 +214,15 @@ jobs:
214
214
215
215
- name : Setup headless display
216
216
if : ${{ matrix.display == 'true' }}
217
- uses : pyvista/setup-headless-display-action@4f44aea3c7954d33db8151a4165aa557f2c6267b # v3
217
+ uses : pyvista/setup-headless-display-action@83c78fd314fbe1ee77ec7d463ba61ddee6b16475 # v3
218
218
219
219
- name : Install tox
220
220
run : python -m pip install --upgrade tox ${{ matrix.toxdeps }}
221
221
222
222
- run : python -m tox -e ${{ matrix.toxenv }} ${{ matrix.toxargs }} -- ${{ matrix.pytest_flag }} ${{ matrix.posargs }}
223
223
224
224
- if : ${{ (success() || failure()) && matrix.artifact-path != '' }}
225
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
225
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
226
226
with :
227
227
name : ${{ matrix.artifact-name }}
228
228
path : ${{ matrix.artifact-path }}
@@ -235,6 +235,6 @@ jobs:
235
235
- name : Upload to Codecov
236
236
# Even if tox fails, upload coverage
237
237
if : ${{ (success() || failure()) && contains(matrix.coverage, 'codecov') && matrix.pytest == 'true' }}
238
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
238
+ uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
239
239
with :
240
240
token : ${{ secrets.CODECOV_TOKEN }}
0 commit comments