Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 1.3.0 to 2.4.0 (#925)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1.3.0 to 2.4.0.
- [Release notes](https://github.com/Swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@v1.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2023
1 parent bd96010 commit 8216b8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: "3.10"
- name: Rust Cache
if: ${{ !contains(matrix.os, 'self-hosted') }}
uses: Swatinem/rust-cache@v1.3.0
uses: Swatinem/rust-cache@v2.4.0
with:
working-directory: native
- name: Disable scmtools local scheme
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
toolchain: stable
- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
uses: Swatinem/rust-cache@v2.4.0
with:
working-directory: native
- name: Build LibCST
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
toolchain: stable
components: rustfmt, clippy
- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
uses: Swatinem/rust-cache@v2.4.0
with:
working-directory: native
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 8216b8a

Please sign in to comment.