Bump actions/cache from 3.0.8 to 3.0.9 (#1434)

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](fd5de65bc8...ac8075791e)

---
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-10-03 09:13:21 -06:00 коммит произвёл GitHub
Родитель 41432df21e
Коммит 52817e8296
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

4
.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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
env:
cache-name: cache-nuget-modules
with:
@ -87,7 +87,7 @@ jobs:
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
- name: Cache verifier project
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120
env:
cache-name: cache-nuget-modules
with: