diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 200f815..ccad348 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Install protobuf compiler run: sudo apt-get update && sudo apt-get install -y protobuf-compiler - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry