mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
github: bump actions-rs/cargo from 1.0.1 to 1.0.3
Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/actions-rs/cargo/releases)
- [Changelog](https://github.com/actions-rs/cargo/blob/master/CHANGELOG.md)
- [Commits](ae10961054...844f36862e
)
---
updated-dependencies:
- dependency-name: actions-rs/cargo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bde79f7a60
commit
36a575ccbf
2 changed files with 4 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -24,12 +24,12 @@ jobs:
|
|||
override: true
|
||||
profile: minimal
|
||||
- name: Build
|
||||
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
|
||||
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
|
||||
with:
|
||||
command: build
|
||||
args: --workspace --verbose
|
||||
- name: Test
|
||||
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
|
||||
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
|
||||
with:
|
||||
command: test
|
||||
args: --workspace --verbose
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
profile: minimal
|
||||
components: rustfmt
|
||||
override: true
|
||||
- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
|
||||
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
|
||||
with:
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
override: true
|
||||
target: ${{ matrix.target }}
|
||||
- name: Build release binary
|
||||
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
|
||||
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505
|
||||
with:
|
||||
command: build
|
||||
args: --target ${{ matrix.target }} --verbose --release
|
||||
|
|
Loading…
Reference in a new issue