From f75a55d86b791cab5659558374e4c57c084f4fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 18:37:02 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3.1.1 to 3.5.1 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.1 to 3.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.1.1...v3.5.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7bca2c8..127f0d1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} - uses: 'actions/setup-node@v3.1.1' + uses: 'actions/setup-node@v3.5.1' with: node-version: ${{ matrix.node-version }}