From 4b4edd9785f47f9f02016396546ab58bddb841dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:54:29 +0000 Subject: [PATCH] Bump actions/cache from 4.0.0 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.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/v4.0.0...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bazel_build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bazel_build.yml b/.github/workflows/bazel_build.yml index 023dcfece6..1f6ecf26ea 100644 --- a/.github/workflows/bazel_build.yml +++ b/.github/workflows/bazel_build.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Mount Bazel cache - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 with: path: "/home/runner/.cache/bazel" key: bazel-ubuntu-22 @@ -66,7 +66,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Mount Bazel cache - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 with: path: "/home/runner/.cache/bazel" key: bazel-windows-2022 @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Mount Bazel cache - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 with: path: "/home/runner/.cache/bazel" key: bazel-macos-13 @@ -102,7 +102,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Mount Bazel cache - uses: actions/cache@v4.0.0 + uses: actions/cache@v4.0.2 with: path: "/home/runner/.cache/bazel" key: bazel-macos-14