From 7b83669e63447c880d0be9c11ae9369de98e72de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:34:29 +0000 Subject: [PATCH] build(deps): bump actions/cache in /.github/actions/setup-build 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/actions/setup-build/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-build/action.yml b/.github/actions/setup-build/action.yml index 8e3c317f..a89d673a 100644 --- a/.github/actions/setup-build/action.yml +++ b/.github/actions/setup-build/action.yml @@ -464,7 +464,7 @@ runs: - name: Cache FLINT id: cache-flint if: steps.setup.outputs.build_flint == 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: lib/flint # Here, we set a conservative cache key so that the cache is not reused @@ -523,7 +523,7 @@ runs: - name: Cache FORM library id: cache-formlib if: steps.setup.outputs.formlib == 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: formlib key: ${{ steps.setup.outputs.formlib_key }}