Skip to content

Commit 2dc6c0e

Browse files
chore(deps): update taiki-e/install-action action to v2.68.23
1 parent 126925a commit 2dc6c0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ jobs:
2929
run: cargo clippy --all-targets --all-features -- -D warnings
3030

3131
- name: Install typos-cli
32-
uses: taiki-e/install-action@5faf876256ccfc7ba64a4f87314c3457cc374b98 # v2.68.22
32+
uses: taiki-e/install-action@fc2a2b349fea94690f6a04dcec522c55f51fe2fd # v2.68.23
3333
with:
3434
tool: typos-cli
3535

3636
- name: Check for typos
3737
run: typos
3838

3939
- name: Install cargo-deny
40-
uses: taiki-e/install-action@5faf876256ccfc7ba64a4f87314c3457cc374b98 # v2.68.22
40+
uses: taiki-e/install-action@fc2a2b349fea94690f6a04dcec522c55f51fe2fd # v2.68.23
4141
with:
4242
tool: cargo-deny
4343

4444
- name: Run cargo-deny
4545
run: cargo deny check
4646

4747
- name: Install cargo-machete
48-
uses: taiki-e/install-action@5faf876256ccfc7ba64a4f87314c3457cc374b98 # v2.68.22
48+
uses: taiki-e/install-action@fc2a2b349fea94690f6a04dcec522c55f51fe2fd # v2.68.23
4949
with:
5050
tool: cargo-machete
5151

@@ -143,7 +143,7 @@ jobs:
143143
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
144144

145145
- name: Install cargo-ndk
146-
uses: taiki-e/install-action@5faf876256ccfc7ba64a4f87314c3457cc374b98 # v2.68.22
146+
uses: taiki-e/install-action@fc2a2b349fea94690f6a04dcec522c55f51fe2fd # v2.68.23
147147
with:
148148
tool: cargo-ndk
149149

0 commit comments

Comments
 (0)