Skip to content

Commit

Permalink
chore(deps): update baptiste0928/cargo-install action to v2 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent dccd735 commit c43e16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "version=${version}" >> $GITHUB_OUTPUT
- name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v1.3.1
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: cargo-workspaces

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v1.3.1
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: cargo-workspaces

Expand Down

0 comments on commit c43e16e

Please sign in to comment.