Bump actions/cache from 3.2.6 to 3.3.0 (#2179)

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](69d9d449ac...940f3d7cf1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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:
dependabot[bot] 2023-03-12 19:33:06 -07:00 коммит произвёл GitHub
Родитель 4cf0391526
Коммит ae24a63227
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5 добавлений и 5 удалений

2
.github/workflows/nuget_update.yaml поставляемый
Просмотреть файл

@ -39,7 +39,7 @@ jobs:
- name: Cache nuget packages
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
env:
cache-name: cache-nuget-modules
with:

6
.github/workflows/reusable-build.yml поставляемый
Просмотреть файл

@ -87,7 +87,7 @@ jobs:
# Add cache entry for any choco packages that are installed.
# The cache key is based on the hash of this file so if any choco packages are added or removed, the cache will be invalidated.
if: steps.skip_check.outputs.should_skip != 'true'
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
env:
cache-name: cache-choco-packages
with:
@ -103,7 +103,7 @@ jobs:
- name: Cache nuget packages
if: steps.skip_check.outputs.should_skip != 'true'
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
env:
cache-name: cache-nuget-modules
with:
@ -118,7 +118,7 @@ jobs:
- name: Cache verifier project
# The hash is based on the HEAD of the ebpf-verifier submodule, the Directory.Build.props file, and the build variant.
if: steps.skip_check.outputs.should_skip != 'true'
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
env:
cache-name: cache-verifier-project
with:

2
.github/workflows/reusable-cmake-build.yml поставляемый
Просмотреть файл

@ -45,7 +45,7 @@ jobs:
echo "C:\Program Files\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Cache nuget packages
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
env:
cache-name: cache-nuget-modules
with: