Skip to content

Commit fd4cebd

Browse files
chore(deps): update taiki-e/install-action action to v2.70.0 (#881)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca8883d commit fd4cebd

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@a164de717a0ee9284c2d9db1c6016a4c339cd333 # v2.69.14
32+
uses: taiki-e/install-action@0fde6d128a3d980ceac30be8c8b8739abd963b81 # v2.70.0
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@a164de717a0ee9284c2d9db1c6016a4c339cd333 # v2.69.14
40+
uses: taiki-e/install-action@0fde6d128a3d980ceac30be8c8b8739abd963b81 # v2.70.0
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@a164de717a0ee9284c2d9db1c6016a4c339cd333 # v2.69.14
48+
uses: taiki-e/install-action@0fde6d128a3d980ceac30be8c8b8739abd963b81 # v2.70.0
4949
with:
5050
tool: cargo-machete
5151

@@ -144,7 +144,7 @@ jobs:
144144
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
145145

146146
- name: Install cargo-ndk
147-
uses: taiki-e/install-action@a164de717a0ee9284c2d9db1c6016a4c339cd333 # v2.69.14
147+
uses: taiki-e/install-action@0fde6d128a3d980ceac30be8c8b8739abd963b81 # v2.70.0
148148
with:
149149
tool: cargo-ndk
150150

0 commit comments

Comments
 (0)