diff options
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 07d5129388..d874181141 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -239,7 +239,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 }}
|
