Skip to content

Commit d156f6b

Browse files
authored
chore(deps): update taiki-e/install-action digest to ec9269c (#1932)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | digest | `a22e180` -> `ec9269c` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 4633be8 commit d156f6b

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@a22e1808bbd53573c0b897cc089c64643401af7d # v2
33+
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # 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
@@ -25,11 +25,11 @@ jobs:
2525
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
2626

2727
- name: Install latest nextest release
28-
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
28+
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # v2
2929
with:
3030
tool: nextest
3131
- name: Install cargo-llvm-cov
32-
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
32+
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # v2
3333
with:
3434
tool: cargo-llvm-cov
3535

.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@a22e1808bbd53573c0b897cc089c64643401af7d # v2
23+
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # 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@a22e1808bbd53573c0b897cc089c64643401af7d # v2
20+
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # v2
2121
with:
2222
2323
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # 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@a22e1808bbd53573c0b897cc089c64643401af7d # v2
45+
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # v2
4646
with:
4747
4848
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # 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@a22e1808bbd53573c0b897cc089c64643401af7d # v2
70+
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # v2
7171
with:
7272
7373
- uses: taiki-e/create-gh-release-action@72d65cee1f8033ef0c8b5d79eaf0c45c7c578ce3 # v1
@@ -227,7 +227,7 @@ jobs:
227227
- name: Install Rust
228228
uses: dtolnay/rust-toolchain@stable
229229
- name: Install cargo release
230-
uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2
230+
uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # v2
231231
with:
232232
233233
- name: Download mukti

0 commit comments

Comments
 (0)