Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit fa4c453

Browse files
committed
fix: update workflow actions
1 parent 4f2250c commit fa4c453

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Setup Rust toolchain
2323
id: rust-toolchain
24-
uses: actions-rs/toolchain@v1
24+
uses: ThexXTURBOXx/toolchain@master
2525
with:
2626
profile: minimal
2727
toolchain: stable
@@ -34,14 +34,14 @@ jobs:
3434
cache-on-failure: "true"
3535

3636
- name: cargo build
37-
uses: actions-rs/cargo@v1
37+
uses: gaoDean/cargo@master
3838
with:
3939
command: build
4040
args: --release --target=x86_64-unknown-linux-musl
4141
use-cross: true
4242

4343
- name: cargo clippy
44-
uses: actions-rs/cargo@v1
44+
uses: gaoDean/cargo@master
4545
with:
4646
command: clippy
4747
args: --no-deps -- -D warnings

0 commit comments

Comments
 (0)