From 29a1ebd53e0fdc8c26dbe33f5fdc051b022ac686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 02:23:26 +0000 Subject: [PATCH] deps(actions): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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/tid-secureci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tid-secureci.yml b/.github/workflows/tid-secureci.yml index efefdcd..f964e1e 100644 --- a/.github/workflows/tid-secureci.yml +++ b/.github/workflows/tid-secureci.yml @@ -643,7 +643,7 @@ jobs: # prefix restore-key pulls the most recent prior run for this target. # This lets the report show a delta vs the last scan with no extra # secrets or write permissions. Failures here are non-fatal. - uses: actions/cache@v4 + uses: actions/cache@v6 continue-on-error: true with: path: .tidstate