Skip to content

Commit d688527

Browse files
dependabot[bot]RobPasMue
authored andcommitted
MAINT: Bump the actions group with 1 update (#932)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b2ecff commit d688527

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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') }}

0 commit comments

Comments
 (0)