From 9c9a93d6e116d3a3052fe858c96d451dfff35d87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 09:17:50 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.8.1 (#4977) 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 | patch | `v3.8.0` -> `v3.8.1` | --- ### Release Notes
actions/setup-node (actions/setup-node) ### [`v3.8.1`](https://togithub.com/actions/setup-node/releases/tag/v3.8.1) [Compare Source](https://togithub.com/actions/setup-node/compare/v3.8.0...v3.8.1) ##### What's Changed In scope of this release, the filter was removed within the cache-save step by [@​dmitry-shibanov](https://togithub.com/dmitry-shibanov) in [https://github.com/actions/setup-node/pull/831](https://togithub.com/actions/setup-node/pull/831). It is filtered and checked in the toolkit/cache library. **Full Changelog**: https://github.com/actions/setup-node/compare/v3...v3.8.1
--- ### 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 b2c34871272..b5b8252da06 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.8.0 + uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/.github/workflows/cra-templates.yml b/.github/workflows/cra-templates.yml index 21e399a9441..5a30d422200 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.8.0 + uses: actions/setup-node@v3.8.1 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.8.0 + uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' - name: create new project diff --git a/.github/workflows/docs-stable.yml b/.github/workflows/docs-stable.yml index 1e46540bb6c..595e5c236d6 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.8.0 + uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index bc195f80aa3..6ac0795e041 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.8.0 + - uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f7790d5cc9..23c92f8869d 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.8.0 + - uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' cache: 'yarn' @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3.8.0 + - uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' cache: 'yarn' @@ -80,7 +80,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3.8.0 + - uses: actions/setup-node@v3.8.1 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.8.0 + uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/.github/workflows/release-comments.yml b/.github/workflows/release-comments.yml index 028b61cb4bd..8d3ff62145e 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.8.0 + uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/.github/workflows/release-custom-tag.yml b/.github/workflows/release-custom-tag.yml index c7010253622..cdc93ad2864 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.8.0 + uses: actions/setup-node@v3.8.1 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 e4c208205a5..787e122c8c2 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.8.0 + uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40be7fe880c..545ccebe815 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.8.0 + uses: actions/setup-node@v3.8.1 with: node-version-file: '.nvmrc' cache: 'yarn'