Skip to content

Commit

Permalink
Merge #131
Browse files Browse the repository at this point in the history
131: chore(deps): update taiki-e/install-action digest to d62eacb 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 | `6c46ebf` -> `d62eacb` |

---

### 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, click this checkbox.

---

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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODYuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE4Ni4xIn0=-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and renovate[bot] authored Sep 1, 2022
2 parents 368e311 + 6654c30 commit 9d3672c
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 @@ -56,10 +56,10 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: rust-src
- uses: taiki-e/install-action@6c46ebf75b6611689ba87638c999d0b4ff30e834
- uses: taiki-e/install-action@d62eacb5625d90e0d62e2b664b76033f6f997dc4
with:
tool: cargo-hack
- uses: taiki-e/install-action@6c46ebf75b6611689ba87638c999d0b4ff30e834
- uses: taiki-e/install-action@d62eacb5625d90e0d62e2b664b76033f6f997dc4
with:
tool: nextest
- uses: Swatinem/rust-cache@90429b3dea365e9a1b0cb82d7f98aabf3089dc63
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
persist-credentials: false
- uses: taiki-e/install-action@6c46ebf75b6611689ba87638c999d0b4ff30e834
- uses: taiki-e/install-action@d62eacb5625d90e0d62e2b664b76033f6f997dc4
with:
tool: cargo-hack
- run:
Expand All @@ -98,10 +98,10 @@ jobs:
with:
toolchain: nightly
components: clippy,rustfmt
- uses: taiki-e/install-action@6c46ebf75b6611689ba87638c999d0b4ff30e834
- uses: taiki-e/install-action@d62eacb5625d90e0d62e2b664b76033f6f997dc4
with:
tool: cargo-hack
- uses: taiki-e/install-action@6c46ebf75b6611689ba87638c999d0b4ff30e834
- uses: taiki-e/install-action@d62eacb5625d90e0d62e2b664b76033f6f997dc4
with:
tool: cargo-minimal-versions
- run: cargo fmt --all --check
Expand Down Expand Up @@ -175,10 +175,10 @@ jobs:
toolchain: stable
components: llvm-tools-preview
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@6c46ebf75b6611689ba87638c999d0b4ff30e834
uses: taiki-e/install-action@d62eacb5625d90e0d62e2b664b76033f6f997dc4
with:
tool: cargo-llvm-cov
- uses: taiki-e/install-action@6c46ebf75b6611689ba87638c999d0b4ff30e834
- uses: taiki-e/install-action@d62eacb5625d90e0d62e2b664b76033f6f997dc4
with:
tool: nextest
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit 9d3672c

Please sign in to comment.