Skip to content

Commit

Permalink
Merge #407
Browse files Browse the repository at this point in the history
407: chore(deps): update actions/checkout action to v3.3.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.2.0` -> `v3.3.0` |

---

### Release Notes

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

### [`v3.3.0`](https://togithub.com/actions/checkout/releases/tag/v3.3.0)

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

##### What's Changed

-   Implement branch list using callbacks from exec function by [`@&#8203;cory-miller](https://togithub.com/cory-miller)` in [actions/checkout#1045
-   Add in explicit reference to private checkout options by [`@&#8203;vanZeben](https://togithub.com/vanZeben)` in [actions/checkout#1050
-   Fix comment typos (that got added in [#&#8203;770](https://togithub.com/actions/checkout/issues/770)) by [`@&#8203;lurch](https://togithub.com/lurch)` in [actions/checkout#1057

##### New Contributors

-   [`@&#8203;vanZeben](https://togithub.com/vanZeben)` made their first contribution in [actions/checkout#1050
-   [`@&#8203;lurch](https://togithub.com/lurch)` made their first contribution in [actions/checkout#1057

**Full Changelog**: actions/checkout@v3.2.0...v3.3.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and renovate[bot] committed Jan 5, 2023
2 parents 70bd48c + 78eb3f9 commit ed42837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
with:
persist-credentials: false

Expand Down

0 comments on commit ed42837

Please sign in to comment.