From f889a8b0ec1ea6a53ba1a1894da031e30109ef42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 12:02:49 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 2 to 3.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3.1.0) --- 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/package-manager-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb83321..edd6159 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Use Node.js id: setup_node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3.1.0 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/package-manager-ci.yml b/.github/workflows/package-manager-ci.yml index 4a5bc46..7171db9 100644 --- a/.github/workflows/package-manager-ci.yml +++ b/.github/workflows/package-manager-ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v3.1.0 id: setup_node with: node-version: ${{ matrix.node-version }} @@ -49,7 +49,7 @@ jobs: - name: Use Node.js id: setup_node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3.1.0 with: node-version: ${{ matrix.node-version }}