From 8a107995dc40b67c2db60c0d9dcdd292aec21ae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:43:22 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5235c7e..55bba7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - name: Mount bazel cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: "/home/runner/.cache/bazel" key: bazel