From 4ef4fc8e78dd3eafb3b2a964a0011d2585e0bbd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 05:12:44 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-against-main.yml | 2 +- .github/workflows/run-test-suite.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-against-main.yml b/.github/workflows/nightly-against-main.yml index 5388586..87ea7c1 100644 --- a/.github/workflows/nightly-against-main.yml +++ b/.github/workflows/nightly-against-main.yml @@ -31,7 +31,7 @@ jobs: python-version: "3.12" - name: Cache test blocks and plots - uses: actions/cache@v5 + uses: actions/cache@v6.1.0 env: SEGMENT_DOWNLOAD_TIMEOUT_MIN: 1 id: test-blocks-plots diff --git a/.github/workflows/run-test-suite.yml b/.github/workflows/run-test-suite.yml index 838b34b..6b05b49 100644 --- a/.github/workflows/run-test-suite.yml +++ b/.github/workflows/run-test-suite.yml @@ -40,7 +40,7 @@ jobs: python-version: 3.12 - name: Cache test blocks and plots - uses: actions/cache@v5 + uses: actions/cache@v6.1.0 env: SEGMENT_DOWNLOAD_TIMEOUT_MIN: 1 id: test-blocks-plots