File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133
134134 - name : Restore images cache
135135 if : env.SKIP_UNSTABLE == 'false'
136- uses : actions/cache@v3
136+ uses : actions/cache@v4
137137 with :
138138 path : .\tests\integration\image_cache
139139 key : pyvista-image-cache-${{ runner.name }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -333,7 +333,7 @@ jobs:
333333
334334 - name : Restore images cache
335335 if : env.SKIP_UNSTABLE == 'false'
336- uses : actions/cache@v3
336+ uses : actions/cache@v4
337337 with :
338338 path : tests/integration/image_cache
339339 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -479,7 +479,7 @@ jobs:
479479 python -c "from ansys.geometry.core.connection.validate import validate; validate()"
480480
481481 - name : Restore images cache
482- uses : actions/cache@v3
482+ uses : actions/cache@v4
483483 with :
484484 path : .\tests\integration\image_cache
485485 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -564,7 +564,7 @@ jobs:
564564 python -c "from ansys.geometry.core.connection.validate import validate; validate()"
565565
566566 - name : Restore images cache
567- uses : actions/cache@v3
567+ uses : actions/cache@v4
568568 with :
569569 path : .\tests\integration\image_cache
570570 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments