|
17 | 17 | ANSRV_GEO_PORT: 700 |
18 | 18 | ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }} |
19 | 19 | GEO_CONT_NAME: ans_geo |
20 | | - RESET_IMAGE_CACHE: 5 |
| 20 | + RESET_IMAGE_CACHE: 6 |
21 | 21 | IS_WORKFLOW_RUNNING: True |
22 | 22 | ARTIFACTORY_VERSION: v261 |
23 | 23 |
|
@@ -256,7 +256,7 @@ jobs: |
256 | 256 |
|
257 | 257 | - name: Restore images cache |
258 | 258 | if: env.SKIP_UNSTABLE == 'false' |
259 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 259 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
260 | 260 | with: |
261 | 261 | path: .\tests\integration\image_cache |
262 | 262 | key: pyvista-image-cache-${{ runner.name }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }} |
@@ -424,7 +424,7 @@ jobs: |
424 | 424 |
|
425 | 425 | - name: Restore images cache |
426 | 426 | if: env.SKIP_UNSTABLE == 'false' |
427 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 427 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
428 | 428 | with: |
429 | 429 | path: tests/integration/image_cache |
430 | 430 | key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }} |
@@ -769,7 +769,7 @@ jobs: |
769 | 769 | pip install -e .[tests] |
770 | 770 |
|
771 | 771 | - name: Restore images cache |
772 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 772 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
773 | 773 | with: |
774 | 774 | path: .\tests\integration\image_cache |
775 | 775 | key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }} |
@@ -864,7 +864,7 @@ jobs: |
864 | 864 | python -c "from ansys.geometry.core.connection.validate import validate; validate()" |
865 | 865 |
|
866 | 866 | - name: Restore images cache |
867 | | - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 867 | + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
868 | 868 | with: |
869 | 869 | path: .\tests\integration\image_cache |
870 | 870 | key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }} |
|
0 commit comments