We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7bf4e8 + dda647d commit f5b5cd3Copy full SHA for f5b5cd3
.github/workflows/ci_cd.yml
@@ -121,7 +121,7 @@ jobs:
121
runs-on: ubuntu-latest
122
steps:
123
- name: Restore images cache
124
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
125
with:
126
path: tests/graphics/image_cache
127
key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }}
doc/changelog.d/435.maintenance.md
@@ -0,0 +1 @@
1
+Build(deps): bump actions/cache from 4.3.0 to 5.0.1
0 commit comments