From 2fed915aa5c5d2df537de51d9b997b8379de3297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 02:12:10 +0000 Subject: [PATCH] Bump Swatinem/rust-cache from 2.4.0 to 2.6.0 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.4.0 to 2.6.0. - [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/v2.4.0...v2.6.0) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60a0e16b4..be28e6dfd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: python-version: "3.10" - name: Rust Cache if: ${{ !contains(matrix.os, 'self-hosted') }} - uses: Swatinem/rust-cache@v2.4.0 + uses: Swatinem/rust-cache@v2.6.0 with: working-directory: native - name: Disable scmtools local scheme diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aad99e793..13f65ecad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: with: toolchain: stable - name: Rust Cache - uses: Swatinem/rust-cache@v2.4.0 + uses: Swatinem/rust-cache@v2.6.0 with: working-directory: native - name: Build LibCST @@ -146,7 +146,7 @@ jobs: toolchain: stable components: rustfmt, clippy - name: Rust Cache - uses: Swatinem/rust-cache@v2.4.0 + uses: Swatinem/rust-cache@v2.6.0 with: working-directory: native - uses: actions/setup-python@v4