mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-28 09:14:04 +00:00
github: pin actions-rs/cargo
version by hash
This commit is contained in:
parent
b36e50c09d
commit
13f7354cfe
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@v1
|
||||
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
|
||||
with:
|
||||
command: build
|
||||
args: --workspace --verbose
|
||||
- name: Test
|
||||
uses: actions-rs/cargo@v1
|
||||
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
|
||||
with:
|
||||
command: test
|
||||
args: --workspace --verbose
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
profile: minimal
|
||||
components: rustfmt
|
||||
override: true
|
||||
- uses: actions-rs/cargo@v1
|
||||
- uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
|
||||
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@v1
|
||||
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
|
||||
with:
|
||||
command: build
|
||||
args: --target ${{ matrix.target }} --verbose --release
|
||||
|
|
Loading…
Reference in a new issue