We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1009044 commit 9399c3aCopy full SHA for 9399c3a
.github/workflows/codeql.yml
@@ -217,7 +217,7 @@ jobs:
217
# and need to be investigated
218
# - name: Attempt to Load cargo-make From Cache
219
# id: cargo_make_cache
220
- # uses: actions/cache@v4
+ # uses: actions/cache@v5
221
# with:
222
# path: ${{ steps.get_cargo_tool_details.outputs.cargo_bin_path }}
223
# key: ${{ steps.get_cargo_tool_details.outputs.cargo_make_cache_key }}
@@ -362,7 +362,7 @@ jobs:
362
363
- name: Attempt to Load CodeQL CLI From Cache
364
id: codeqlcli_cache
365
- uses: actions/cache@v4
+ uses: actions/cache@v5
366
with:
367
path: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }}
368
key: ${{ steps.cache_key_gen.outputs.codeql_cli_cache_key }}
0 commit comments