From b35646ec5107915675ef55b2cd15dc570413bef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 20:40:45 +0000 Subject: [PATCH] Bump actions/setup-node Bumps [actions/setup-node](https://github.com/actions/setup-node) from c6fd00ceb9747fb23ffdf72987450a2664414867 to 2.1.5. This release includes the previously tagged commit. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/c6fd00ceb9747fb23ffdf72987450a2664414867...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/integration-test-develop.yml | 2 +- .github/workflows/integration-test-release.yml | 2 +- .github/workflows/publish-edge.yml | 2 +- .github/workflows/publish-release.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acfd0a5a7..21dc53da4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: with: token: ${{ github.token }} - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@c6fd00ceb9747fb23ffdf72987450a2664414867 + uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/integration-test-develop.yml b/.github/workflows/integration-test-develop.yml index 6c1171b77..c510a6168 100644 --- a/.github/workflows/integration-test-develop.yml +++ b/.github/workflows/integration-test-develop.yml @@ -17,7 +17,7 @@ jobs: ref: develop token: ${{ github.token }} - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@c6fd00ceb9747fb23ffdf72987450a2664414867 + uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/integration-test-release.yml b/.github/workflows/integration-test-release.yml index 95f8964e2..04225b8fa 100644 --- a/.github/workflows/integration-test-release.yml +++ b/.github/workflows/integration-test-release.yml @@ -17,7 +17,7 @@ jobs: ref: release/22.0.x token: ${{ github.token }} - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@c6fd00ceb9747fb23ffdf72987450a2664414867 + uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/publish-edge.yml b/.github/workflows/publish-edge.yml index 13a7df79c..81f888729 100644 --- a/.github/workflows/publish-edge.yml +++ b/.github/workflows/publish-edge.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@f90c7b395dac7c5a277c1a6d93d5057c1cddb74e - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@c6fd00ceb9747fb23ffdf72987450a2664414867 + uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f748b5733..583c688a6 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@f90c7b395dac7c5a277c1a6d93d5057c1cddb74e - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@c6fd00ceb9747fb23ffdf72987450a2664414867 + uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org' @@ -71,7 +71,7 @@ jobs: - name: Checkout uses: actions/checkout@f90c7b395dac7c5a277c1a6d93d5057c1cddb74e - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@c6fd00ceb9747fb23ffdf72987450a2664414867 + uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea with: node-version: ${{ matrix.node-version }} registry-url: 'https://registry.npmjs.org'