Skip to content

Commit

Permalink
Merge #534
Browse files Browse the repository at this point in the history
534: chore(deps): update taiki-e/install-action digest to 02aadca r=renovate[bot] a=renovate[bot]

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| taiki-e/install-action | action | digest | `c64d4ba` -> `02aadca` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/OpenPoolProject/stratum).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzUuMTcuMSJ9-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and renovate[bot] committed Mar 23, 2023
2 parents 8ab323c + 5f299d9 commit 3ce49fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: rust-src
- uses: taiki-e/install-action@c64d4ba1ed6c0cd17ee54957739f97342c0910df
- uses: taiki-e/install-action@02aadca7146a5f0d3893bed282d59a4886399fdc
with:
tool: cargo-hack
- uses: taiki-e/install-action@c64d4ba1ed6c0cd17ee54957739f97342c0910df
- uses: taiki-e/install-action@02aadca7146a5f0d3893bed282d59a4886399fdc
with:
tool: nextest
- uses: Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
with:
persist-credentials: false
- uses: taiki-e/install-action@c64d4ba1ed6c0cd17ee54957739f97342c0910df
- uses: taiki-e/install-action@02aadca7146a5f0d3893bed282d59a4886399fdc
with:
tool: cargo-hack
- run:
Expand All @@ -100,10 +100,10 @@ jobs:
with:
toolchain: nightly
components: clippy,rustfmt
- uses: taiki-e/install-action@c64d4ba1ed6c0cd17ee54957739f97342c0910df
- uses: taiki-e/install-action@02aadca7146a5f0d3893bed282d59a4886399fdc
with:
tool: cargo-hack
- uses: taiki-e/install-action@c64d4ba1ed6c0cd17ee54957739f97342c0910df
- uses: taiki-e/install-action@02aadca7146a5f0d3893bed282d59a4886399fdc
with:
tool: cargo-minimal-versions
- run: cargo fmt --all --check
Expand Down Expand Up @@ -174,10 +174,10 @@ jobs:
with:
toolchain: nightly
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@c64d4ba1ed6c0cd17ee54957739f97342c0910df
uses: taiki-e/install-action@02aadca7146a5f0d3893bed282d59a4886399fdc
with:
tool: cargo-llvm-cov
- uses: taiki-e/install-action@c64d4ba1ed6c0cd17ee54957739f97342c0910df
- uses: taiki-e/install-action@02aadca7146a5f0d3893bed282d59a4886399fdc
with:
tool: nextest
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2
Expand Down

0 comments on commit 3ce49fa

Please sign in to comment.