From ea2d25cf5a6aea0de667bafdb3355f0554e0a695 Mon Sep 17 00:00:00 2001 From: Nikolai Amelichev Date: Wed, 10 Apr 2024 17:56:32 +0200 Subject: [PATCH] Get rid of `maven-cache-github-action` which uses deprecated Node.js version --- .github/workflows/build.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5b06bc81..e2793360 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,16 +23,7 @@ jobs: with: java-version: 17 distribution: 'temurin' - - - name: Restore Maven cache - uses: skjolber/maven-cache-github-action@v1 - with: - step: restore + cache: 'maven' - name: Build with Maven run: mvn $MAVEN_ARGS verify - - - name: Save Maven cache - uses: skjolber/maven-cache-github-action@v1 - with: - step: save