-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update baptiste0928/cargo-install action to v3.1.1
- Loading branch information
1 parent
12db38a
commit 5bda840
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
uses: dsherret/rust-toolchain-file@v1 | ||
|
||
- name: Install cargo-edit | ||
uses: baptiste0928/[email protected].0 | ||
uses: baptiste0928/[email protected].1 | ||
with: | ||
crate: cargo-edit | ||
|
||
|
@@ -140,7 +140,7 @@ jobs: | |
tag_name: ${{ needs.release-please.outputs.air-interpreter-tag-name }} | ||
|
||
- name: Install cargo-workspaces | ||
uses: baptiste0928/[email protected].0 | ||
uses: baptiste0928/[email protected].1 | ||
with: | ||
crate: cargo-workspaces | ||
|
||
|