Skip to content

Commit a6dd038

Browse files
committed
chore(deps): update taiki-e/install-action digest to 309ee82
1 parent b0b7197 commit a6dd038

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@07a34f8347b1eeb5f5469cdfa451b0a5db2ae4e8 # v2
33+
uses: taiki-e/install-action@309ee827157913f18776c5df82be5609e6e2ae30 # 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
@@ -25,11 +25,11 @@ jobs:
2525
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
2626

2727
- name: Install latest nextest release
28-
uses: taiki-e/install-action@07a34f8347b1eeb5f5469cdfa451b0a5db2ae4e8 # v2
28+
uses: taiki-e/install-action@309ee827157913f18776c5df82be5609e6e2ae30 # v2
2929
with:
3030
tool: nextest
3131
- name: Install cargo-llvm-cov
32-
uses: taiki-e/install-action@07a34f8347b1eeb5f5469cdfa451b0a5db2ae4e8 # v2
32+
uses: taiki-e/install-action@309ee827157913f18776c5df82be5609e6e2ae30 # v2
3333
with:
3434
tool: cargo-llvm-cov
3535

.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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2121
- uses: dtolnay/rust-toolchain@stable
2222
- name: Install cargo-hakari
23-
uses: taiki-e/install-action@07a34f8347b1eeb5f5469cdfa451b0a5db2ae4e8 # v2
23+
uses: taiki-e/install-action@309ee827157913f18776c5df82be5609e6e2ae30 # 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@07a34f8347b1eeb5f5469cdfa451b0a5db2ae4e8 # v2
20+
uses: taiki-e/install-action@309ee827157913f18776c5df82be5609e6e2ae30 # v2
2121
with:
2222
2323
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # 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@07a34f8347b1eeb5f5469cdfa451b0a5db2ae4e8 # v2
45+
uses: taiki-e/install-action@309ee827157913f18776c5df82be5609e6e2ae30 # v2
4646
with:
4747
4848
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # 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@07a34f8347b1eeb5f5469cdfa451b0a5db2ae4e8 # v2
70+
uses: taiki-e/install-action@309ee827157913f18776c5df82be5609e6e2ae30 # v2
7171
with:
7272
7373
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1
@@ -222,7 +222,7 @@ jobs:
222222
- name: Install Rust
223223
uses: dtolnay/rust-toolchain@stable
224224
- name: Install cargo release
225-
uses: taiki-e/install-action@07a34f8347b1eeb5f5469cdfa451b0a5db2ae4e8 # v2
225+
uses: taiki-e/install-action@309ee827157913f18776c5df82be5609e6e2ae30 # v2
226226
with:
227227
228228
- name: Download mukti

0 commit comments

Comments
 (0)