Skip to content

Commit

Permalink
Merge #268 #269
Browse files Browse the repository at this point in the history
268: chore(deps): update swatinem/rust-cache digest to ccdddcc 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 |
|---|---|---|---|
| Swatinem/rust-cache | action | digest | `b5ec9ed` -> `ccdddcc` |

---

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


269: chore(deps): update actions/checkout action to v3.1.0 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 |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action | minor | `v3.0.0` -> `v3.1.0` |

---

### Release Notes

<details>
<summary>actions/checkout</summary>

### [`v3.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.0.2...v3.1.0)

-   [Use `@&#8203;actions/core` `saveState` and `getState`](https://togithub.com/actions/checkout/pull/939)
-   [Add `github-server-url` input](https://togithub.com/actions/checkout/pull/922)

### [`v3.0.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v302)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.0.1...v3.0.2)

-   [Add input `set-safe-directory`](https://togithub.com/actions/checkout/pull/770)

### [`v3.0.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v301)

[Compare Source](https://togithub.com/actions/checkout/compare/v3.0.0...v3.0.1)

-   [Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory`](https://togithub.com/actions/checkout/pull/762)
-   [Bumped various npm package versions](https://togithub.com/actions/checkout/pull/744)

</details>

---

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


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and renovate[bot] committed Nov 5, 2022
3 parents 602f8e5 + 7f2349e + 5dc922b commit 057c0c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
with:
toolchain: stable
- uses: Swatinem/rust-cache@b5ec9edd911d3bf82c74038b0a28791e0aa24d6f
- uses: Swatinem/rust-cache@ccdddcc049ade70033bdfbaaf5faacbd36db0529
- uses: actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: taiki-e/install-action@c971aa51fbb1fb1a63dfc70b48226e9210bc36ac
with:
tool: nextest
- uses: Swatinem/rust-cache@b5ec9edd911d3bf82c74038b0a28791e0aa24d6f
- uses: Swatinem/rust-cache@ccdddcc049ade70033bdfbaaf5faacbd36db0529
with:
key: ${{ matrix.rust }}
- run: cargo hack nextest run --no-capture --each-feature --profile ci
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
with:
toolchain: stable
- uses: Swatinem/rust-cache@b5ec9edd911d3bf82c74038b0a28791e0aa24d6f
- uses: Swatinem/rust-cache@ccdddcc049ade70033bdfbaaf5faacbd36db0529
- name: Check documentation
env:
RUSTDOCFLAGS: -D warnings
Expand All @@ -149,7 +149,7 @@ jobs:
uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb
with:
toolchain: stable
- uses: Swatinem/rust-cache@b5ec9edd911d3bf82c74038b0a28791e0aa24d6f
- uses: Swatinem/rust-cache@ccdddcc049ade70033bdfbaaf5faacbd36db0529
- uses: actions-rs/cargo@9e120dd99b0fbad1c065f686657e914e76bd7b72
with:
command: publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
with:
persist-credentials: false

Expand Down

0 comments on commit 057c0c5

Please sign in to comment.