From 73ec35f0a44dad7ec5413e598cdf09d58db81c12 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 23 Oct 2023 19:25:52 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 (#13912) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v3` -> `v4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
actions/setup-node (actions/setup-node) ### [`v4`](https://togithub.com/actions/setup-node/compare/v3...v4) [Compare Source](https://togithub.com/actions/setup-node/compare/v3...v4)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/daily.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 3ef810eb1e1..7573532151e 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -382,7 +382,7 @@ jobs: token: ${{ secrets.BOT_TOKEN }} fetch-depth: 1 - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: 18