Skip to content

Commit f3911e5

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

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@7627fb428e65e78e2ec9a24ae5c5bd5f8553f182 # v2.69.10
32+
uses: taiki-e/install-action@80779d0b81222e7a5d0c5751d3c2537d4a36f556 # v2.69.11
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@7627fb428e65e78e2ec9a24ae5c5bd5f8553f182 # v2.69.10
40+
uses: taiki-e/install-action@80779d0b81222e7a5d0c5751d3c2537d4a36f556 # v2.69.11
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@7627fb428e65e78e2ec9a24ae5c5bd5f8553f182 # v2.69.10
48+
uses: taiki-e/install-action@80779d0b81222e7a5d0c5751d3c2537d4a36f556 # v2.69.11
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@7627fb428e65e78e2ec9a24ae5c5bd5f8553f182 # v2.69.10
147+
uses: taiki-e/install-action@80779d0b81222e7a5d0c5751d3c2537d4a36f556 # v2.69.11
148148
with:
149149
tool: cargo-ndk
150150

0 commit comments

Comments
 (0)