From 7d429eb5ee8826c7c7583e92a9c42f844c490791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:12:47 +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/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..6261536 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 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..2ffc686 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 env: SEGMENT_DOWNLOAD_TIMEOUT_MIN: 1 id: test-blocks-plots