GitHub Action: Bump actions/cache from 3 to 4 (#830)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
7ca5c9a0de
Коммит
30f5ed085b
|
@ -171,7 +171,7 @@ jobs:
|
|||
|
||||
- name: Attempt to Load cargo-make From Cache
|
||||
id: cargo_make_cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ steps.get_cargo_tool_details.outputs.cargo_bin_path }}
|
||||
key: ${{ steps.get_cargo_tool_details.outputs.cargo_make_cache_key }}
|
||||
|
@ -363,7 +363,7 @@ jobs:
|
|||
|
||||
- name: Attempt to Load CodeQL CLI From Cache
|
||||
id: codeqlcli_cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }}
|
||||
key: ${{ steps.cache_key_gen.outputs.codeql_cli_cache_key }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче