File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188
188
189
189
- name : Setup conda
190
190
if : ${{ matrix.conda == 'true' }}
191
- uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
191
+ uses : mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b # v2.0.5
192
192
with :
193
193
environment-name : test
194
194
condarc : |
@@ -214,7 +214,7 @@ jobs:
214
214
215
215
- name : Setup headless display
216
216
if : ${{ matrix.display == 'true' }}
217
- uses : pyvista/setup-headless-display-action@f744438e29e50189f40f1749859bac7d0f69b5fa # v3
217
+ uses : pyvista/setup-headless-display-action@7d84ae825e6d9297a8e99bdbbae20d1b919a0b19 # v3
218
218
219
219
- name : Install tox
220
220
run : python -m pip install --upgrade tox ${{ matrix.toxdeps }}
You can’t perform that action at this time.
0 commit comments