Skip to content

Commit fa692d8

Browse files
chore(deps): bump taiki-e/install-action from 2.49.45 to 2.50.4 (#2952)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Utkarsh Umesan Pillai <[email protected]>
1 parent c6c2453 commit fa692d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
toolchain: stable
7474
components: rustfmt, clippy
75-
- uses: taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc # v2.49.45
75+
- uses: taiki-e/install-action@33734a118689b0b418824fb78ea2bf18e970b43b # v2.50.4
7676
with:
7777
tool: cargo-hack
7878
- uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
@@ -201,7 +201,7 @@ jobs:
201201
with:
202202
repo-token: ${{ secrets.GITHUB_TOKEN }}
203203
- name: cargo install cargo-llvm-cov
204-
uses: taiki-e/install-action@5075451c95db43b063f20f0c8fef04c04d5bf0ba # cargo-llvm-cov
204+
uses: taiki-e/install-action@33734a118689b0b418824fb78ea2bf18e970b43b # cargo-llvm-cov
205205
- name: cargo generate-lockfile
206206
if: hashFiles('Cargo.lock') == ''
207207
run: cargo generate-lockfile
@@ -228,7 +228,7 @@ jobs:
228228
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
229229
with:
230230
toolchain: stable
231-
- uses: taiki-e/install-action@d4635f2de61c8b8104d59cd4aede2060638378cc # v2.49.45
231+
- uses: taiki-e/install-action@33734a118689b0b418824fb78ea2bf18e970b43b # v2.50.4
232232
with:
233233
tool: cargo-machete
234234
- name: cargo machete

0 commit comments

Comments
 (0)