@@ -256,7 +256,7 @@ jobs:
256256
257257 - name : Restore images cache
258258 if : env.SKIP_UNSTABLE == 'false'
259- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
259+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
260260 with :
261261 path : .\tests\integration\image_cache
262262 key : pyvista-image-cache-${{ runner.name }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -424,7 +424,7 @@ jobs:
424424
425425 - name : Restore images cache
426426 if : env.SKIP_UNSTABLE == 'false'
427- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
427+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
428428 with :
429429 path : tests/integration/image_cache
430430 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -769,7 +769,7 @@ jobs:
769769 pip install -e .[tests]
770770
771771 - name : Restore images cache
772- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
772+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
773773 with :
774774 path : .\tests\integration\image_cache
775775 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
@@ -864,7 +864,7 @@ jobs:
864864 python -c "from ansys.geometry.core.connection.validate import validate; validate()"
865865
866866 - name : Restore images cache
867- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
867+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
868868 with :
869869 path : .\tests\integration\image_cache
870870 key : pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
0 commit comments