diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8cba60e..fdbc6760 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Mount Bazel cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/bazel key: bazel-${{ matrix.bazel-version }}-${{ github.sha }}