From d40545fc0d2ece0aba58fc4bda1245b9ce2c8297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:13:44 +0000 Subject: [PATCH] chore(deps): bump actions/cache in the action-deps group Bumps the action-deps group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4.3.0 to 5.0.4 - [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/0057852bfaa89a56745cba8c7296529d2fc39830...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-deps ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6cd2a36..f00eed9 100644 --- a/action.yml +++ b/action.yml @@ -123,7 +123,7 @@ runs: - name: quantum endpoint cache if: inputs.enable-cache == 'true' - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.cache/quantum key: quantum-cache-${{ runner.os }}-${{ runner.arch }}