From 2f300fb2e05f21842ed3ca2199796a82c3170ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:06:53 +0000 Subject: [PATCH] GitHub Action: Bump actions/cache Bumps the all-actions-dependencies group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: all-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5ec0d7243a..f7db209777 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -222,7 +222,7 @@ jobs: # and need to be investigated # - name: Attempt to Load cargo-make From Cache # id: cargo_make_cache - # uses: actions/cache@v5 + # uses: actions/cache@v6 # with: # path: ${{ steps.get_cargo_tool_details.outputs.cargo_bin_path }} # key: ${{ steps.get_cargo_tool_details.outputs.cargo_make_cache_key }} @@ -367,7 +367,7 @@ jobs: - name: Attempt to Load CodeQL CLI From Cache id: codeqlcli_cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }} key: ${{ steps.cache_key_gen.outputs.codeql_cli_cache_key }}