From 47fdc879029953a0518e43ba169d84376d11d594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:34:22 +0000 Subject: [PATCH] ci: bump actions/cache from 4 to 5 in /setup-environment 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] --- setup-environment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-environment/action.yml b/setup-environment/action.yml index 38c52f8..2c147ec 100644 --- a/setup-environment/action.yml +++ b/setup-environment/action.yml @@ -98,7 +98,7 @@ runs: - name: Cache Conda Environment (non-container mode) if: steps.detect-container.outputs.container-mode == 'false' - uses: actions/cache@v4 + uses: actions/cache@v5 id: conda-cache with: path: |