From 0f2644ad37d0310f342b8d8e31de9f41596eb71a Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Tue, 18 Feb 2025 19:05:27 +0000 Subject: [PATCH] Fix CI with new version of actions/cache --- .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 a2f96ba..511baac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v2 - name: Mount bazel cache - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: "/home/runner/.cache/bazel" key: ${{ runner.os }}-bazel