Skip to content

Commit c1e61ea

Browse files
committed
Update taiki-e/install-action digest to 0f94aa2
1 parent 0fb09ec commit c1e61ea

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Lint (rustfmt)
2727
run: cargo xfmt --check
2828
- name: Install cargo readme
29-
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793 # v2
29+
uses: taiki-e/install-action@0f94aa2032e24d01f7ae1cc63f71b13418365efd # v2
3030
with:
3131
tool: cargo-readme
3232
- name: Run cargo readme

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build rustdoc
2121
run: cargo doc --all-features --workspace
2222
- name: Install mdbook
23-
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793 # v2
23+
uses: taiki-e/install-action@0f94aa2032e24d01f7ae1cc63f71b13418365efd # v2
2424
with:
2525
tool: mdbook@0.4
2626
- name: Run mdbook

.github/workflows/hakari.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2121
- uses: dtolnay/rust-toolchain@stable
2222
- name: Install cargo-hakari
23-
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793 # v2
23+
uses: taiki-e/install-action@0f94aa2032e24d01f7ae1cc63f71b13418365efd # v2
2424
with:
2525
tool: cargo-hakari
2626
- name: Check workspace-hack Cargo.toml is up-to-date

.github/workflows/release.yml

+5-5
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@6ee6c3ab83eab434138dfa928d72abc7eae14793 # v2
20+
uses: taiki-e/install-action@0f94aa2032e24d01f7ae1cc63f71b13418365efd # v2
2121
with:
2222
tool: cargo-release@0.25.0
2323
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # 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@6ee6c3ab83eab434138dfa928d72abc7eae14793 # v2
45+
uses: taiki-e/install-action@0f94aa2032e24d01f7ae1cc63f71b13418365efd # v2
4646
with:
4747
tool: cargo-release@0.25.0
4848
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # 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@6ee6c3ab83eab434138dfa928d72abc7eae14793 # v2
70+
uses: taiki-e/install-action@0f94aa2032e24d01f7ae1cc63f71b13418365efd # v2
7171
with:
7272
tool: cargo-release@0.25.0
7373
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1
@@ -92,7 +92,7 @@ jobs:
9292
- name: Install Rust
9393
uses: dtolnay/rust-toolchain@stable
9494
- name: Install cargo release
95-
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793 # v2
95+
uses: taiki-e/install-action@0f94aa2032e24d01f7ae1cc63f71b13418365efd # v2
9696
with:
9797
tool: cargo-release@0.25.0
9898
- uses: taiki-e/create-gh-release-action@8df4de6534ceacdaed10a08f73418ca751f31793 # v1
@@ -235,7 +235,7 @@ jobs:
235235
- name: Install Rust
236236
uses: dtolnay/rust-toolchain@stable
237237
- name: Install cargo release
238-
uses: taiki-e/install-action@6ee6c3ab83eab434138dfa928d72abc7eae14793 # v2
238+
uses: taiki-e/install-action@0f94aa2032e24d01f7ae1cc63f71b13418365efd # v2
239239
with:
240240
tool: cargo-release@0.25.0
241241
- name: Download mukti

0 commit comments

Comments
 (0)