Skip to content

Commit 146c0e1

Browse files
chore(deps): update actions/checkout action to v2 (#77)
[![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).
1 parent b23c877 commit 146c0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
node-version: ['14.x']
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v2
1717
- name: Use Node.js
1818
uses: actions/setup-node@v2
1919
with:

0 commit comments

Comments
 (0)