Skip to content

Commit

Permalink
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
- name: Lint (rustfmt)
run: cargo xfmt --check
- name: Install cargo readme
uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2
uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2
with:
tool: cargo-readme
- name: Run cargo readme
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -25,11 +25,11 @@ jobs:
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2

- name: Install latest nextest release
uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2
uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2
with:
tool: nextest
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2
uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2
with:
tool: cargo-llvm-cov

2 changes: 1 addition & 1 deletion .github/workflows/hakari.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-hakari
uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2
uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo release
uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2
uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2
with:
tool: [email protected]
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1
@@ -42,7 +42,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo release
uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2
uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2
with:
tool: [email protected]
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1
@@ -67,7 +67,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo release
uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2
uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2
with:
tool: [email protected]
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1
@@ -222,7 +222,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo release
uses: taiki-e/install-action@5ffe29a8b19894ab68b6dc6f8d07142b719c3735 # v2
uses: taiki-e/install-action@05515455a9007c7c6f0b215637566ab8e9872c12 # v2
with:
tool: [email protected]
- name: Download mukti

0 comments on commit 615f0a5

Please sign in to comment.