diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index ac7b422f6..1286dbedd 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -123,7 +123,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Restore images cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: tests/graphics/image_cache key: pyvista-image-cache-${{ runner.os }}-v-${{ env.RESET_IMAGE_CACHE }}-${{ hashFiles('pyproject.toml') }} diff --git a/doc/changelog.d/554.dependencies.md b/doc/changelog.d/554.dependencies.md new file mode 100644 index 000000000..f131cf659 --- /dev/null +++ b/doc/changelog.d/554.dependencies.md @@ -0,0 +1 @@ +Build(deps): bump actions/cache from 5.0.5 to 6.1.0