diff --git a/.github/workflows/run0.yaml b/.github/workflows/run0.yaml index 94ec9ae..d61991a 100644 --- a/.github/workflows/run0.yaml +++ b/.github/workflows/run0.yaml @@ -31,18 +31,18 @@ jobs: run: cargo build - name: Run cargo test - uses: marcopolo/cargo@master + uses: actions-rs/cargo@v1 with: command: test - name: Run cargo fmt check - uses: marcopolo/cargo@master + uses: actions-rs/cargo@v1 with: command: fmt args: --all -- --check - name: Run rust lint check - uses: marcopolo/cargo@master + uses: actions-rs/cargo@v1 with: command: clippy args: --all-targets --all-features -- -D warnings \ No newline at end of file