Skip to content

Commit dff3b38

Browse files
ci: bump actions/cache from 4.2.4 to 4.3.0 in the actions group (#2254)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 35a009b commit dff3b38

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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') }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump actions/cache from 4.2.4 to 4.3.0 in the actions group

0 commit comments

Comments
 (0)