diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-06 13:21:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-06 13:21:02 +0000 |
| commit | b94a715443c10b97e1e43214556945397e378126 (patch) | |
| tree | b1b5eb40a0fe5dce2275c48d55e50c40c5dafc21 | |
| parent | 7779b1a0424aa96877b600f227c55039b2a4e10d (diff) | |
| download | edk2-dependabot/github_actions/actions/cache-6.tar.gz edk2-dependabot/github_actions/actions/cache-6.zip | |
GitHub Action: Bump actions/cache from 5 to 6dependabot/github_actions/actions/cache-6
Bumps [actions/cache](https://github.com/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
...
Signed-off-by: dependabot[bot] <support@github.com>
| -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 }}
|
