From 5cf26496cea4e8ea09eb60e49d9219c25b4e49c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 01:31:49 +0000 Subject: [PATCH] Bump actions/setup-node from 2.5.1 to 3.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/1f8c6b94b26d0feae1e387ca63ccbdc44d27b561...eeb10cff27034e7acf239c5d29f62154018672fd) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-edge.yml | 2 +- .github/workflows/publish-release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9d97c686..7253b9d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: token: ${{ github.token }} - name: Setup Node.js v16.x.x - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd with: node-version: '16' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/publish-edge.yml b/.github/workflows/publish-edge.yml index 19bc30c3b..7c1e07a62 100644 --- a/.github/workflows/publish-edge.yml +++ b/.github/workflows/publish-edge.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Setup Node.js v16.x.x - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd with: node-version: '16' registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 682597773..b3050d582 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Setup Node.js v16.x.x - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd with: node-version: '16' registry-url: 'https://registry.npmjs.org' @@ -88,7 +88,7 @@ jobs: - name: Checkout uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 - name: Setup Node.js v16.x.x - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 + uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd with: node-version: '16' registry-url: 'https://registry.npmjs.org'