This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f64884  cache action not needed anymore
2f64884 is described below

commit 2f6488439d2f03e413faf9f9741be0786ca6e930
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 10 11:05:15 2022 +1000

    cache action not needed anymore
---
 .github/workflows/maven.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ceb8951..3c70120 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -40,15 +40,6 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v3
 
-      - name: Set up cache for ~./m2/repository
-        uses: actions/cache@v2.1.7
-        with:
-          path: ~/.m2/repository
-          key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ 
hashFiles('**/pom.xml') }}
-          restore-keys: |
-            maven-${{ matrix.os }}-java${{ matrix.java }}-
-            maven-${{ matrix.os }}-
-
       - name: Set up JDK
         uses: actions/setup-java@v3.1.0
         with:

Reply via email to