Skip to content

Commit f5b5cd3

Browse files
Merge branch 'main' into dependabot/pip/general-dependencies-e70a333928
2 parents f7bf4e8 + dda647d commit f5b5cd3

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)