From 27ba69a0b3050bbfb0e9589b78cc3531fffee7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 23:42:54 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.0.0 to 3.1.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/9ced9a43a244f3ac94f13bfd896db8c8f30da67a...56337c425554a6be30cdef71bf441f15be286854) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-blog-only.yml | 2 +- .github/workflows/build-perf.yml | 4 ++-- .github/workflows/canary-release.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/showcase-test.yml | 2 +- .github/workflows/tests-e2e.yml | 8 ++++---- .github/workflows/tests-swizzle.yml | 2 +- .github/workflows/tests-windows.yml | 2 +- .github/workflows/tests.yml | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-blog-only.yml b/.github/workflows/build-blog-only.yml index 0764ba0736d9..8c112331e269 100644 --- a/.github/workflows/build-blog-only.yml +++ b/.github/workflows/build-blog-only.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3 - name: Set up Node - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: '16' cache: yarn diff --git a/.github/workflows/build-perf.yml b/.github/workflows/build-perf.yml index f7399597bb59..779c41c45788 100644 --- a/.github/workflows/build-perf.yml +++ b/.github/workflows/build-perf.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3 - name: Set up Node - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: '16' cache: yarn @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3 - - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + - uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: cache: yarn - name: Installation diff --git a/.github/workflows/canary-release.yml b/.github/workflows/canary-release.yml index e2df2cdefd79..4711e4d3a4ed 100644 --- a/.github/workflows/canary-release.yml +++ b/.github/workflows/canary-release.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 # Needed to get the commit number with "git rev-list --count HEAD" - name: Set up Node - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: '16' cache: yarn diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7a7cfce77c57..4a614bdc26d3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3 - name: Set up Node - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: '16' cache: yarn diff --git a/.github/workflows/showcase-test.yml b/.github/workflows/showcase-test.yml index 1d360ca16664..e51b9561d518 100644 --- a/.github/workflows/showcase-test.yml +++ b/.github/workflows/showcase-test.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3 - name: Set up Node - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: '16' cache: yarn diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 34bc78f76f70..b05f8983bef3 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: ${{ matrix.node }} cache: yarn @@ -66,7 +66,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3 - name: Use Node.js 16 - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: '16' cache: yarn @@ -112,7 +112,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 #v3 - name: Use Node.js 16 - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: '16' cache: yarn @@ -142,7 +142,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 #v3 - name: Use Node.js 16 - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: '16' cache: yarn diff --git a/.github/workflows/tests-swizzle.yml b/.github/workflows/tests-swizzle.yml index 75fb5f44bc2a..755312a8bbde 100644 --- a/.github/workflows/tests-swizzle.yml +++ b/.github/workflows/tests-swizzle.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3 - name: Set up Node - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: '16' cache: yarn diff --git a/.github/workflows/tests-windows.yml b/.github/workflows/tests-windows.yml index 5e79ae490da5..2611bfa5fc02 100644 --- a/.github/workflows/tests-windows.yml +++ b/.github/workflows/tests-windows.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: ${{ matrix.node }} - name: Installation diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c450e57a60d1..42a4f9bb7bb7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3 + uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v3 with: node-version: ${{ matrix.node }} cache: yarn