From 4a216b367e14236718ef0c3e45929824fd23e046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:33:29 +0000 Subject: [PATCH] ci: Bump Swatinem/rust-cache from 2.7.2 to 2.7.3 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/a22603398250b864f7190077025cf752307154dc...23bce251a8cd2ffc3c1075eaa2367cf899916d84) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 19af377..6f81a78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: go-version: '1.20' cache-dependency-path: 'go-lib/go.sum' - - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2 + - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: shared-key: ${{ matrix.target }} # Always save the build artifacts to the cache to speed up builds of additional @@ -79,7 +79,7 @@ jobs: toolchain: stable components: rustfmt - - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2 + - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: shared-key: "x86_64-unknown-linux-gnu" save-if: false @@ -160,7 +160,7 @@ jobs: cross --version - name: Cache Rust deps - uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2 + uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 if: ${{ !startsWith(github.ref, 'refs/tags/') }} with: shared-key: cross-${{ matrix.target }}