Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Lint (rustfmt)
run: cargo xfmt --check
- name: Install cargo readme
uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2
with:
tool: cargo-readme
- name: Run cargo readme
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2

- name: Install latest nextest release
uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2
with:
tool: nextest
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hakari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-hakari
uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo release
uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2
with:
tool: [email protected]
- uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo release
uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2
with:
tool: [email protected]
- uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo release
uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2
with:
tool: [email protected]
- uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo release
uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2
uses: taiki-e/install-action@e43a5023a747770bfcb71ae048541a681714b951 # v2
with:
tool: [email protected]
- name: Download mukti
Expand Down
Loading