From 5f287a7be0cbaa64955ba86ea7d0d80726c1816b Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 27 Oct 2021 22:09:42 -0500 Subject: [PATCH] Remove skjolber/maven-cache-github-action; set githubServer: false for maven-settings-action --- .github/workflows/maven.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bf3c0439..2e061f3c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,13 +24,10 @@ jobs: java-version: '17' distribution: 'adopt' cache: maven - - name: Restore Maven cache - uses: skjolber/maven-cache-github-action@v1 - with: - step: restore - name: maven-settings-action uses: s4u/maven-settings-action@v2.4.1 with: + githubServer: false servers: | [{ "id": "github", @@ -41,7 +38,3 @@ jobs: run: cat /home/runner/.m2/settings.xml - name: Build with Maven run: mvn -B package --file pom.xml - - name: Save Maven cache - uses: skjolber/maven-cache-github-action@v1 - with: - step: save