From 491e23b4c4185f739b3fb98fb1c71b9541c3a6d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 21:57:53 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/c1a5de879eb890d062a85ee0252d6036480b1fe2...4723a57e26efda3a62cbde1812113b730952852d) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nuget_update.yaml | 2 +- .github/workflows/reusable-build.yml | 2 +- .github/workflows/reusable-cmake-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuget_update.yaml b/.github/workflows/nuget_update.yaml index 8a41488da..ae0d41ccc 100644 --- a/.github/workflows/nuget_update.yaml +++ b/.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: diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 7d7937a2f..dcc5f3c85 100644 --- a/.github/workflows/reusable-build.yml +++ b/.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: diff --git a/.github/workflows/reusable-cmake-build.yml b/.github/workflows/reusable-cmake-build.yml index 3c362dba7..f7661c82e 100644 --- a/.github/workflows/reusable-cmake-build.yml +++ b/.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: