From b3dd117fa0abae206eafd581565e52faee360090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:15:23 +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 767f407de..796acc586 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -41,7 +41,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 385849fd3..109cc9391 100644 --- a/.github/workflows/docs_workflow.yml +++ b/.github/workflows/docs_workflow.yml @@ -26,7 +26,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