From 4077d4446c09a9dc5ea7b718e182df97f4453f48 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Fri, 26 May 2023 22:29:48 +0200 Subject: [PATCH] Update Cache action in Bazel CI build Signed-off-by: Vertexwahn --- .github/workflows/bazel_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bazel_build.yml b/.github/workflows/bazel_build.yml index 193004d0fd..52feb44f6e 100644 --- a/.github/workflows/bazel_build.yml +++ b/.github/workflows/bazel_build.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v3 - name: Mount Bazel cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: "/home/runner/.cache/bazel" key: bazel-ubuntu @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v3 - name: Mount Bazel cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: "/home/runner/.cache/bazel" key: bazel-windows @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v3 - name: Mount Bazel cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: "/home/runner/.cache/bazel" key: bazel-macos