Skip to content

Commit ee1df4b

Browse files
authored
chore(deps): update taiki-e/install-action digest to be7c31b (#2287)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | digest | `5e434d4` -> `be7c31b` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 3b982cf commit ee1df4b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Lint (rustfmt)
3131
run: cargo xfmt --check
3232
- name: Install cargo readme
33-
uses: taiki-e/install-action@5e434d46449f862cf1aad510c0b87f51110e7334 # v2
33+
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
3434
with:
3535
tool: cargo-readme
3636
- name: Run cargo readme

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
3131

3232
- name: Install latest nextest release
33-
uses: taiki-e/install-action@5e434d46449f862cf1aad510c0b87f51110e7334 # v2
33+
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
3434
with:
3535
tool: nextest
3636
- name: Install cargo-llvm-cov
37-
uses: taiki-e/install-action@5e434d46449f862cf1aad510c0b87f51110e7334 # v2
37+
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
3838
with:
3939
tool: cargo-llvm-cov
4040

.github/workflows/hakari.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
- uses: dtolnay/rust-toolchain@stable
2222
- name: Install cargo-hakari
23-
uses: taiki-e/install-action@5e434d46449f862cf1aad510c0b87f51110e7334 # v2
23+
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
2424
with:
2525
tool: cargo-hakari
2626
- name: Check workspace-hack Cargo.toml is up-to-date

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Rust
1818
uses: dtolnay/rust-toolchain@stable
1919
- name: Install cargo release
20-
uses: taiki-e/install-action@5e434d46449f862cf1aad510c0b87f51110e7334 # v2
20+
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
2121
with:
2222
2323
- uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Rust
4343
uses: dtolnay/rust-toolchain@stable
4444
- name: Install cargo release
45-
uses: taiki-e/install-action@5e434d46449f862cf1aad510c0b87f51110e7334 # v2
45+
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
4646
with:
4747
4848
- uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Rust
6868
uses: dtolnay/rust-toolchain@stable
6969
- name: Install cargo release
70-
uses: taiki-e/install-action@5e434d46449f862cf1aad510c0b87f51110e7334 # v2
70+
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
7171
with:
7272
7373
- uses: taiki-e/create-gh-release-action@26b80501670402f1999aff4b934e1574ef2d3705 # v1
@@ -233,7 +233,7 @@ jobs:
233233
- name: Install Rust
234234
uses: dtolnay/rust-toolchain@stable
235235
- name: Install cargo release
236-
uses: taiki-e/install-action@5e434d46449f862cf1aad510c0b87f51110e7334 # v2
236+
uses: taiki-e/install-action@be7c31b6745feec79dec5eb79178466c0670bb2d # v2
237237
with:
238238
239239
- name: Download mukti

0 commit comments

Comments
 (0)