From c11f5d07e152e3c7a833ebe705a7b50e599890c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 03:06:42 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 2.4.1 to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v3.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/format-lint.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format-lint.yml b/.github/workflows/format-lint.yml index 42a7426..650aec1 100644 --- a/.github/workflows/format-lint.yml +++ b/.github/workflows/format-lint.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} - - uses: actions/setup-node@v2.4.1 + - uses: actions/setup-node@v3.5.1 with: node-version: '12.x' - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7baa49..7346a1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v2.4.1 + uses: actions/setup-node@v3.5.1 with: node-version: 12 - name: Install dependencies