Skip to content

Commit

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1OS4yIn0=-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and renovate[bot] authored Mar 10, 2023
2 parents 68d1b86 + c1e01c9 commit 23659f3
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@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: cargo-hack
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: nextest
- uses: Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@27135e314dd1818f797af1db9dae03a9f045786b
with:
persist-credentials: false
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: cargo-hack
- run:
Expand All @@ -100,10 +100,10 @@ jobs:
with:
toolchain: nightly
components: clippy,rustfmt
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: cargo-hack
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
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@045dd4076c184d8abc6ed16e39034beb66da56f8
uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: cargo-llvm-cov
- uses: taiki-e/install-action@045dd4076c184d8abc6ed16e39034beb66da56f8
- uses: taiki-e/install-action@dca3b370065a6ca706371a51474273fbcf36381d
with:
tool: nextest
- uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2
Expand Down

0 comments on commit 23659f3

Please sign in to comment.