Bump actions/cache from 3.2.1 to 3.2.2 (#1787)

Bumps [actions/cache](https://github.com/actions/cache) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](c1a5de879e...4723a57e26)

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

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-12-28 21:57:53 +00:00 коммит произвёл GitHub
Родитель ba5470b55c
Коммит 491e23b4c4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -39,7 +39,7 @@ jobs:
- name: Cache nuget packages
uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
env:
cache-name: cache-nuget-modules
with:

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

@ -75,7 +75,7 @@ jobs:
echo "C:\Program Files\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Cache nuget packages
uses: actions/cache@c1a5de879eb890d062a85ee0252d6036480b1fe2
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
env:
cache-name: cache-nuget-modules
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@c1a5de879eb890d062a85ee0252d6036480b1fe2
uses: actions/cache@4723a57e26efda3a62cbde1812113b730952852d
env:
cache-name: cache-nuget-modules
with: