From 118d067da0800ed2b06d93a5ed255a1a21e528e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 23:22:41 +0000 Subject: [PATCH] Bump actions/setup-node from 1 to 3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/windowsPR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windowsPR.yml b/.github/workflows/windowsPR.yml index f3694e4f24..d273b05488 100644 --- a/.github/workflows/windowsPR.yml +++ b/.github/workflows/windowsPR.yml @@ -15,7 +15,7 @@ jobs: with: java-version: 17 distribution: 'temurin' - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: node-version: '16' - name: Build with Maven