From 53da281eaf247a0175387dd08c930c4c4f3c5d08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:14:37 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_workflow.yml | 2 +- .github/workflows/docs_workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 3efd9ba4..6eea5c94 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -77,7 +77,7 @@ jobs: - if: ${{ steps.skip_check.outputs.should_skip != 'true' }} name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increase this value to reset cache if conda-dev-spec.template has not changed in the workflow CACHE_NUMBER: 0 diff --git a/.github/workflows/docs_workflow.yml b/.github/workflows/docs_workflow.yml index 2ad120d3..95208ac2 100644 --- a/.github/workflows/docs_workflow.yml +++ b/.github/workflows/docs_workflow.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Cache Conda - uses: actions/cache@v4 + uses: actions/cache@v5 env: # Increase this value to reset cache if deploy/conda-dev-spec.template has not changed in the workflow CACHE_NUMBER: 0