Skip to content

Commit dda647d

Browse files
build(deps): bump actions/cache from 4.3.0 to 5.0.1 (#435)
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 975fd1b commit dda647d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122
steps:
123123
- name: Restore images cache
124-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
124+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
125125
with:
126126
path: tests/graphics/image_cache
127127
key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}

doc/changelog.d/435.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build(deps): bump actions/cache from 4.3.0 to 5.0.1

0 commit comments

Comments
 (0)