From 0d4c1bee3f140a87802d9a3b6252bae1b952dcc7 Mon Sep 17 00:00:00 2001 From: TobiGr Date: Tue, 26 Mar 2024 22:32:29 +0100 Subject: [PATCH] [CI] Update gradle/wrapper-validation-action to v2 Updates deprecated Node 16 to 20 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4800f8578..c3aff730b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: gradle/wrapper-validation-action@v1 + - uses: gradle/wrapper-validation-action@v2 - name: create and checkout branch # push events already checked out the branch