Skip to content

Commit ca8883d

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

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@704f92c11daa75bff5b4e01fcb083350c16c47b9 # v2.69.13
32+
uses: taiki-e/install-action@a164de717a0ee9284c2d9db1c6016a4c339cd333 # v2.69.14
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@704f92c11daa75bff5b4e01fcb083350c16c47b9 # v2.69.13
40+
uses: taiki-e/install-action@a164de717a0ee9284c2d9db1c6016a4c339cd333 # v2.69.14
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@704f92c11daa75bff5b4e01fcb083350c16c47b9 # v2.69.13
48+
uses: taiki-e/install-action@a164de717a0ee9284c2d9db1c6016a4c339cd333 # v2.69.14
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@704f92c11daa75bff5b4e01fcb083350c16c47b9 # v2.69.13
147+
uses: taiki-e/install-action@a164de717a0ee9284c2d9db1c6016a4c339cd333 # v2.69.14
148148
with:
149149
tool: cargo-ndk
150150

0 commit comments

Comments
 (0)