Skip to content

Commit

Permalink
Bump baptiste0928/cargo-install from 2 to 3 (#1659)
Browse files Browse the repository at this point in the history
Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 2 to 3.
- [Release notes](https://github.com/baptiste0928/cargo-install/releases)
- [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md)
- [Commits](baptiste0928/cargo-install@v2...v3)

---
updated-dependencies:
- dependency-name: baptiste0928/cargo-install
  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 Feb 3, 2024
1 parent dc151bb commit 0b245d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
# version to use in order to not invalidate the build cache every day. The exact version
# is completely arbitrary.
- run: rustup default nightly-2023-07-15
- uses: baptiste0928/cargo-install@v2 # This action ensures that the compilation is cached.
- uses: baptiste0928/cargo-install@v3 # This action ensures that the compilation is cached.
with:
crate: cargo-fuzz
locked: false # TODO: `cargo-fuzz` fails to compile with --locked because its Cargo.lock contains very old dependencies
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt install -y libclang-dev # Required by cargo-spellcheck
- uses: baptiste0928/cargo-install@v2 # This action ensures that the compilation is cached.
- uses: baptiste0928/cargo-install@v3 # This action ensures that the compilation is cached.
with:
crate: cargo-spellcheck
version: 0.11.2
Expand Down

0 comments on commit 0b245d4

Please sign in to comment.