summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-19 13:56:49 +0000
committerGitHub <noreply@github.com>2024-02-19 13:56:49 +0000
commite00f9516d2481faa720db640a4af8c72055abdda (patch)
tree1b24ce9d29a41c5c530cdd5f90fa037db1e1a2d9
parentedc6681206c1a8791981a2f911d2fb8b3d2f5768 (diff)
downloadedk2-dependabot/github_actions/actions/cache-4.tar.gz
edk2-dependabot/github_actions/actions/cache-4.tar.bz2
edk2-dependabot/github_actions/actions/cache-4.zip
GitHub Action: Bump actions/cache from 3 to 4dependabot/github_actions/actions/cache-4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index c91e9d4dbe..bb341805d2 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -228,7 +228,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 }}