From b193a5d618b0dbced34cec8b61e9afa687e1a0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:14:43 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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 +- .github/workflows/gis_coarse_meshgen.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_workflow.yml b/.github/workflows/build_workflow.yml index 4edc7cc455..a36ab99fe3 100644 --- a/.github/workflows/build_workflow.yml +++ b/.github/workflows/build_workflow.yml @@ -80,7 +80,7 @@ jobs: - if: ${{ steps.skip_check.outputs.should_skip != 'true' }} name: Cache pixi packages - uses: actions/cache@v5 + uses: actions/cache@v6 env: # Increase this value to reset cache if deploy inputs have not changed in the workflow CACHE_NUMBER: 0 diff --git a/.github/workflows/docs_workflow.yml b/.github/workflows/docs_workflow.yml index d2f6fee8a8..062aa81c44 100644 --- a/.github/workflows/docs_workflow.yml +++ b/.github/workflows/docs_workflow.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Cache pixi packages - uses: actions/cache@v5 + uses: actions/cache@v6 env: # Increase this value to reset cache if deploy inputs have not changed in the workflow CACHE_NUMBER: 0 diff --git a/.github/workflows/gis_coarse_meshgen.yml b/.github/workflows/gis_coarse_meshgen.yml index f03c52335e..fc5cdac068 100644 --- a/.github/workflows/gis_coarse_meshgen.yml +++ b/.github/workflows/gis_coarse_meshgen.yml @@ -27,7 +27,7 @@ jobs: python-version: "3.14" - name: Cache pixi packages - uses: actions/cache@v5 + uses: actions/cache@v6 env: # Increase this value to reset cache if deploy inputs have not changed in the workflow CACHE_NUMBER: 0