Bump actions/cache from 3.2.4 to 3.2.5 (#2071)

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](627f0f41f6...6998d139dd)

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

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-02-12 20:38:50 +00:00 коммит произвёл GitHub
Родитель e120bb0123
Коммит 1e9b854814
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5 добавлений и 5 удалений

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

@ -39,7 +39,7 @@ jobs:
- name: Cache nuget packages
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812
env:
cache-name: cache-nuget-modules
with: