From 552e591ac306fc04f2dfe05abff170c2195cd044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:16:02 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bazel_build.yml | 14 +++++++------- .github/workflows/release.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bazel_build.yml b/.github/workflows/bazel_build.yml index 2cd6364..cb92a0b 100644 --- a/.github/workflows/bazel_build.yml +++ b/.github/workflows/bazel_build.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Mount bazel cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "/home/runner/.cache/bazel" key: bazel @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4 - name: Mount bazel cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "/home/runner/.cache/bazel" key: bazel-ubuntu22 @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v4 - name: Mount bazel cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "/home/runner/.cache/bazel" key: bazel @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v4 - name: Mount bazel cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "/home/runner/.cache/bazel" key: bazel @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@v4 - name: Mount bazel cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "/home/runner/.cache/bazel" key: bazel @@ -136,7 +136,7 @@ jobs: - uses: actions/checkout@v4 - name: Mount bazel cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "/home/runner/.cache/bazel" key: bazel @@ -167,7 +167,7 @@ jobs: - uses: actions/checkout@v4 - name: Mount bazel cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: "/home/runner/.cache/bazel" key: bazel diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c415862..341e781 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Mount bazel caches - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/bazel