From 0adb93d22d4188008534d3ca8157a1ddd7b6f55d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:16:35 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v2 (#137) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v1` -> `v2` | --- ### Release Notes
actions/setup-node ### [`v2`](https://togithub.com/actions/setup-node/compare/v1...v2) [Compare Source](https://togithub.com/actions/setup-node/compare/v1...v2)
--- ### 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. --- - [ ] 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-nextjs-test). --- .github/workflows/deploy-ibm-cloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-ibm-cloud.yml b/.github/workflows/deploy-ibm-cloud.yml index d7bb5ca1b..dff4ef9e9 100644 --- a/.github/workflows/deploy-ibm-cloud.yml +++ b/.github/workflows/deploy-ibm-cloud.yml @@ -60,7 +60,7 @@ jobs: steps: - uses: actions/checkout@master - name: Use Node.js 12.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: "12.x" - name: Install dependencies