Skip to content

Commit 067dd83

Browse files
authored
chore(deps): update taiki-e/install-action digest to 13608a1 (#2354)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | digest | `83254c5` -> `13608a1` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent e101498 commit 067dd83

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@83254c543806f3224380bf1001d6fac8feaf2d0b # v2
33+
uses: taiki-e/install-action@13608a19a2204ea4cc0b5888e995ab288684b613 # 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@83254c543806f3224380bf1001d6fac8feaf2d0b # v2
33+
uses: taiki-e/install-action@13608a19a2204ea4cc0b5888e995ab288684b613 # v2
3434
with:
3535
tool: nextest
3636
- name: Install cargo-llvm-cov
37-
uses: taiki-e/install-action@83254c543806f3224380bf1001d6fac8feaf2d0b # v2
37+
uses: taiki-e/install-action@13608a19a2204ea4cc0b5888e995ab288684b613 # 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@83254c543806f3224380bf1001d6fac8feaf2d0b # v2
23+
uses: taiki-e/install-action@13608a19a2204ea4cc0b5888e995ab288684b613 # 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@83254c543806f3224380bf1001d6fac8feaf2d0b # v2
20+
uses: taiki-e/install-action@13608a19a2204ea4cc0b5888e995ab288684b613 # v2
2121
with:
2222
tool: cargo-release@0.25.0
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@83254c543806f3224380bf1001d6fac8feaf2d0b # v2
45+
uses: taiki-e/install-action@13608a19a2204ea4cc0b5888e995ab288684b613 # v2
4646
with:
4747
tool: cargo-release@0.25.0
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@83254c543806f3224380bf1001d6fac8feaf2d0b # v2
70+
uses: taiki-e/install-action@13608a19a2204ea4cc0b5888e995ab288684b613 # v2
7171
with:
7272
tool: cargo-release@0.25.0
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@83254c543806f3224380bf1001d6fac8feaf2d0b # v2
236+
uses: taiki-e/install-action@13608a19a2204ea4cc0b5888e995ab288684b613 # v2
237237
with:
238238
tool: cargo-release@0.25.0
239239
- name: Download mukti

0 commit comments

Comments
 (0)