Skip to content

Commit 32fc542

Browse files
committed
Update taiki-e/install-action digest to 763e332
1 parent 8d0b07f commit 32fc542

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Lint (rustfmt)
3131
run: cargo xfmt --check
3232
- name: Install cargo readme
33-
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2
33+
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
3434
with:
3535
tool: cargo-readme
3636
- name: Run cargo readme

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
3131

3232
- name: Install latest nextest release
33-
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2
33+
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
3434
with:
3535
tool: nextest
3636
- name: Install cargo-llvm-cov
37-
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2
37+
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
3838
with:
3939
tool: cargo-llvm-cov
4040

.github/workflows/hakari.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2121
- uses: dtolnay/rust-toolchain@stable
2222
- name: Install cargo-hakari
23-
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2
23+
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
2424
with:
2525
tool: cargo-hakari
2626
- name: Check workspace-hack Cargo.toml is up-to-date

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Rust
1818
uses: dtolnay/rust-toolchain@stable
1919
- name: Install cargo release
20-
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2
20+
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
2121
with:
2222
2323
- uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Rust
4343
uses: dtolnay/rust-toolchain@stable
4444
- name: Install cargo release
45-
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2
45+
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
4646
with:
4747
4848
- uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Rust
6868
uses: dtolnay/rust-toolchain@stable
6969
- name: Install cargo release
70-
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2
70+
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
7171
with:
7272
7373
- uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1
@@ -339,7 +339,7 @@ jobs:
339339
- name: Install Rust
340340
uses: dtolnay/rust-toolchain@stable
341341
- name: Install cargo release
342-
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2
342+
uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2
343343
with:
344344
345345
# The GitHub release must be marked as published (immutable) before Mukti

0 commit comments

Comments
 (0)