From 637c5de8a6f636bc13f365823e29ac575d0dfec7 Mon Sep 17 00:00:00 2001 From: Christian Femers Date: Sun, 4 Feb 2024 15:29:22 +0100 Subject: [PATCH] Update maven.yml to use the new gradle action --- .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 c86948ba..f393e60e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -60,7 +60,7 @@ jobs: - name: Build and Install with Maven and JDK ${{ matrix.java }} run: mvn -B clean install -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dmaven.source.skip=true - name: Test with Gradle and JDK ${{ matrix.java }} - uses: gradle/gradle-build-action@v3 + uses: gradle/actions/setup-gradle@v3 with: gradle-version: 7.4 arguments: test