From 7aaa5f8de5943a95b76d31f5c4c539527da957cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 14:10:52 +0200 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.4.1 to 3.5.1 (#9114) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.1.
Release notes

Sourced from actions/setup-node's releases.

Update @​actions/core and Print Node, Npm, Yarn versions

In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.

Add support for engines.node and Volta

In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. actions/setup-node#485. Moreover, we added support for Volta

Besides, we updated @​actions/core to 1.9.1 and @​actions/cache to 3.0.4

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.4.1&new-version=3.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/tot-ci.yml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 583dfbd1864..e6543c5f3f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 2 - name: Set up Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.1 with: cache: npm node-version: latest @@ -50,7 +50,7 @@ jobs: with: fetch-depth: 2 - name: Set up Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.1 with: cache: npm node-version: latest @@ -90,7 +90,7 @@ jobs: - name: Check out repository uses: actions/checkout@v3.0.2 - name: Set up Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.1 with: cache: npm node-version: latest @@ -128,7 +128,7 @@ jobs: - name: Check out repository uses: actions/checkout@v3.0.2 - name: Set up Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.1 with: cache: npm node-version: latest @@ -169,7 +169,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.1 with: cache: npm node-version: latest @@ -200,7 +200,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.1 with: cache: npm node-version: latest @@ -242,7 +242,7 @@ jobs: - name: Unpack installation test run: tar -xf puppeteer-test-installation-latest.tgz --strip-components 1 -C . - name: Set up Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.1 with: node-version: ${{ matrix.node }} - name: Set up ${{ matrix.pkg_manager }} @@ -263,7 +263,7 @@ jobs: with: fetch-depth: 2 - name: Set up Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.1 with: cache: npm node-version: ${{ matrix.node }} diff --git a/.github/workflows/tot-ci.yml b/.github/workflows/tot-ci.yml index 03d4cad4929..17cf64fc51a 100644 --- a/.github/workflows/tot-ci.yml +++ b/.github/workflows/tot-ci.yml @@ -29,7 +29,7 @@ jobs: - name: Check out repository uses: actions/checkout@v3.0.2 - name: Set up Node.js - uses: actions/setup-node@v3.4.1 + uses: actions/setup-node@v3.5.1 with: cache: npm node-version: latest