Skip to content

Commit e7a7330

Browse files
authored
chore(deps): update taiki-e/install-action digest to 333ea3e (#2065)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | digest | `c87777c` -> `333ea3e` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 0354d93 commit e7a7330

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@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2
33+
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # 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@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2
3131

3232
- name: Install latest nextest release
33-
uses: taiki-e/install-action@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2
33+
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2
3434
with:
3535
tool: nextest
3636
- name: Install cargo-llvm-cov
37-
uses: taiki-e/install-action@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2
37+
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # 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@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2
23+
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # 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@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2
20+
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2
2121
with:
2222
2323
- uses: taiki-e/create-gh-release-action@d33396ec937b3c8de323c14ec623aa6bfb93d9a1 # 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@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2
45+
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2
4646
with:
4747
4848
- uses: taiki-e/create-gh-release-action@d33396ec937b3c8de323c14ec623aa6bfb93d9a1 # 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@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2
70+
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2
7171
with:
7272
7373
- uses: taiki-e/create-gh-release-action@d33396ec937b3c8de323c14ec623aa6bfb93d9a1 # 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@c87777c3160ce0cfd8fc286df47224d2449cb76b # v2
230+
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2
231231
with:
232232
233233
- name: Download mukti

0 commit comments

Comments
 (0)