diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99b88e00..7e742428 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -118,7 +118,7 @@ jobs: password: ${{ secrets.GH_TOKEN }} - name: Mount bazel cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: "~/.cache/bazel" key: format @@ -146,7 +146,7 @@ jobs: password: ${{ secrets.GH_TOKEN }} - name: Mount bazel cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: "~/.cache/bazel" key: bazel