Skip to content

Commit

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and renovate[bot] committed Dec 12, 2022
2 parents 25192a9 + 2525c12 commit e1b05ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -55,10 +55,10 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: rust-src
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: cargo-hack
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: nextest
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@bf085276cecdb0cc76fbbe0687a5a0e786646936
with:
persist-credentials: false
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: cargo-hack
- run:
Expand All @@ -100,10 +100,10 @@ jobs:
with:
toolchain: nightly
components: clippy,rustfmt
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: cargo-hack
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
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@d33a0a9074251125f5018f6cc14b3803abc60f3e
uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: cargo-llvm-cov
- uses: taiki-e/install-action@d33a0a9074251125f5018f6cc14b3803abc60f3e
- uses: taiki-e/install-action@4eef07f07cd4b323819615e56ff1595f0fa80728
with:
tool: nextest
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2
Expand Down

0 comments on commit e1b05ad

Please sign in to comment.