From ae24a6322784327339fb8eaa7083cab5066d3c26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 19:33:06 -0700 Subject: [PATCH] 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](https://github.com/actions/cache/compare/69d9d449aced6a2ede0bc19182fadc3a0a42d2b0...940f3d7cf195ba83374c77632d1e2cbb2f24ae68) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 | 6 +++--- .github/workflows/reusable-cmake-build.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nuget_update.yaml b/.github/workflows/nuget_update.yaml index ac9271ca4..a6c4684ec 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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 env: cache-name: cache-nuget-modules with: diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index d5d16c507..da82b414e 100644 --- a/.github/workflows/reusable-build.yml +++ b/.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: diff --git a/.github/workflows/reusable-cmake-build.yml b/.github/workflows/reusable-cmake-build.yml index 488a507d0..c2a15c61f 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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 env: cache-name: cache-nuget-modules with: