You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/11 13:07:39 UTC

[commons-fileupload] branch master updated: Try to pick up current Maven version in GHA builds

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new 58d907d  Try to pick up current Maven version in GHA builds
58d907d is described below

commit 58d907df85614373672cfa920ba351ab79261bf3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 11 09:07:35 2023 -0400

    Try to pick up current Maven version in GHA builds
---
 .github/workflows/maven.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a7a6183..afb9a4f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,12 +37,12 @@ jobs:
     - uses: actions/checkout@v3.5.3
       with:
         persist-credentials: false
-    - uses: actions/cache@v3.3.1
-      with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
+#    - uses: actions/cache@v3.3.1
+#      with:
+#        path: ~/.m2/repository
+#        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+#        restore-keys: |
+#          ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v3.11.0
       with: