From 66e514a6f244643459da88672f2dcd2947d6747b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 09:31:41 +0000 Subject: [PATCH] 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/pr-screenshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-screenshots.yml b/.github/workflows/pr-screenshots.yml index 0af5400b..db2bafd3 100644 --- a/.github/workflows/pr-screenshots.yml +++ b/.github/workflows/pr-screenshots.yml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Setup NodeJS - uses: actions/setup-node@v2 + uses: actions/setup-node@v3.1.0 with: node-version: '17' cache: 'npm'