From f155630712a56106c1d64191c0776a8210ee80b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:24:30 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.6.0 --- .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 4406aa7..82c7719 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: sudo apt-get install -y protobuf-compiler - name: Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.6.0 - name: Build run: cargo build