From f204852fc9a921a0489fb30867169960b16fd0b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 05:41:19 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.8.0 (#4968) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend 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 | minor | `v3.7.0` -> `v3.8.0` | --- ### Release Notes
actions/setup-node (actions/setup-node) ### [`v3.8.0`](https://togithub.com/actions/setup-node/releases/tag/v3.8.0) [Compare Source](https://togithub.com/actions/setup-node/compare/v3.7.0...v3.8.0) #### What's Changed ##### Bug fixes: - Add check for existing paths by [@​dmitry-shibanov](https://togithub.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/803](https://togithub.com/actions/setup-node/pull/803) - Resolve SymbolicLink by [@​dmitry-shibanov](https://togithub.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/809](https://togithub.com/actions/setup-node/pull/809) - Change passing logic for cache input by [@​dmitry-shibanov](https://togithub.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/816](https://togithub.com/actions/setup-node/pull/816) - Fix armv7 cache issue by [@​louislam](https://togithub.com/louislam) in [https://github.com/actions/setup-node/pull/794](https://togithub.com/actions/setup-node/pull/794) - Update check-dist workflow name by [@​sinchang](https://togithub.com/sinchang) in [https://github.com/actions/setup-node/pull/710](https://togithub.com/actions/setup-node/pull/710) ##### Feature implementations: - feat: handling the case where "node" is used for tool-versions file. by [@​xytis](https://togithub.com/xytis) in [https://github.com/actions/setup-node/pull/812](https://togithub.com/actions/setup-node/pull/812) ##### Documentation changes: - Refer to semver package name in README.md by [@​olleolleolle](https://togithub.com/olleolleolle) in [https://github.com/actions/setup-node/pull/808](https://togithub.com/actions/setup-node/pull/808) ##### Update dependencies: - Update toolkit cache to fix zstd by [@​dmitry-shibanov](https://togithub.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/804](https://togithub.com/actions/setup-node/pull/804) - Bump tough-cookie and [@​azure/ms-rest-js](https://togithub.com/azure/ms-rest-js) by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-node/pull/802](https://togithub.com/actions/setup-node/pull/802) - Bump semver from 6.1.2 to 6.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-node/pull/807](https://togithub.com/actions/setup-node/pull/807) - Bump word-wrap from 1.2.3 to 1.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-node/pull/815](https://togithub.com/actions/setup-node/pull/815) #### New Contributors - [@​olleolleolle](https://togithub.com/olleolleolle) made their first contribution in [https://github.com/actions/setup-node/pull/808](https://togithub.com/actions/setup-node/pull/808) - [@​louislam](https://togithub.com/louislam) made their first contribution in [https://github.com/actions/setup-node/pull/794](https://togithub.com/actions/setup-node/pull/794) - [@​sinchang](https://togithub.com/sinchang) made their first contribution in [https://github.com/actions/setup-node/pull/710](https://togithub.com/actions/setup-node/pull/710) - [@​xytis](https://togithub.com/xytis) made their first contribution in [https://github.com/actions/setup-node/pull/812](https://togithub.com/actions/setup-node/pull/812) **Full Changelog**: https://github.com/actions/setup-node/compare/v3...v3.8.0
--- ### 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SAP/ui5-webcomponents-react). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/chromatic.yml | 2 +- .github/workflows/cra-templates.yml | 4 ++-- .github/workflows/docs-stable.yml | 2 +- .github/workflows/examples.yml | 2 +- .github/workflows/main.yml | 8 ++++---- .github/workflows/release-comments.yml | 2 +- .github/workflows/release-custom-tag.yml | 2 +- .github/workflows/release-snapshot.yml | 2 +- .github/workflows/release.yml | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 6661162be6d..b2c34871272 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js environment - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/.github/workflows/cra-templates.yml b/.github/workflows/cra-templates.yml index c943a83b6ca..21e399a9441 100644 --- a/.github/workflows/cra-templates.yml +++ b/.github/workflows/cra-templates.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' - name: create new project @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' - name: create new project diff --git a/.github/workflows/docs-stable.yml b/.github/workflows/docs-stable.yml index b50b63b40a7..1e46540bb6c 100644 --- a/.github/workflows/docs-stable.yml +++ b/.github/workflows/docs-stable.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node.js environment - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index ad871c9fc18..bc195f80aa3 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3.7.0 + - uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9305e9489b2..6f7790d5cc9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3.7.0 + - uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' cache: 'yarn' @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3.7.0 + - uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' cache: 'yarn' @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3.7.0 + - uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' cache: 'yarn' @@ -103,7 +103,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup Node.js environment - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/.github/workflows/release-comments.yml b/.github/workflows/release-comments.yml index fd2317c0b49..028b61cb4bd 100644 --- a/.github/workflows/release-comments.yml +++ b/.github/workflows/release-comments.yml @@ -12,7 +12,7 @@ jobs: token: ${{ secrets.ACCESS_TOKEN }} - name: Setup Node.js environment - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/.github/workflows/release-custom-tag.yml b/.github/workflows/release-custom-tag.yml index fd52db2cbae..c7010253622 100644 --- a/.github/workflows/release-custom-tag.yml +++ b/.github/workflows/release-custom-tag.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js environment - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 9803008e912..e4c208205a5 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js environment - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3dc67d5aac..40be7fe880c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js environment - uses: actions/setup-node@v3.7.0 + uses: actions/setup-node@v3.8.0 with: node-version-file: '.nvmrc' cache: 'yarn'