From eb5e8992d1a65a84fc46350381dec0aa4e4a032d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:07:33 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dd28427..51edf41 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,7 +25,7 @@ jobs: distribution: 'temurin' cache: maven - name: Set up node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20 - name: Build with Maven