Skip to content

Commit 2b70c1b

Browse files
chore(deps): update taiki-e/install-action action to v2.68.7 (#826)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 736b02e commit 2b70c1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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@2723513a70062521fb56e5df87a04967751efd2f # v2.68.4
32+
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
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@2723513a70062521fb56e5df87a04967751efd2f # v2.68.4
40+
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
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@2723513a70062521fb56e5df87a04967751efd2f # v2.68.4
48+
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
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@2723513a70062521fb56e5df87a04967751efd2f # v2.68.4
146+
uses: taiki-e/install-action@f92912fad184299a31e22ad070a5059fd07d4f59 # v2.68.7
147147
with:
148148
tool: cargo-ndk
149149

0 commit comments

Comments
 (0)