Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2 (#77)
Browse files Browse the repository at this point in the history
[![WhiteSource 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 | major | `v1` -> `v2` |

---

### Release Notes

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

### [`v2`](https://togithub.com/actions/checkout/blob/master/CHANGELOG.md#v231)

[Compare Source](https://togithub.com/actions/checkout/compare/v1...v2)

-   [Fix default branch resolution for .wiki and when using SSH](https://togithub.com/actions/checkout/pull/284)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom-web-components-test).
  • Loading branch information
renovate[bot] authored Nov 18, 2021
1 parent b23c877 commit 146c0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
node-version: ['14.x']
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 146c0e1

Please sign in to comment.