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

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


The following commit(s) were added to refs/heads/1.X by this push:
     new 07244044 Commit to try and fix GH build which passes locally
07244044 is described below

commit 072440441f73da7cbc435667d2adf43b3016c139
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Mar 25 10:34:53 2025 -0400

    Commit to try and fix GH build which passes locally
---
 .github/workflows/maven.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 266afcbd..3e8e1113 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,14 +39,14 @@ jobs:
         
     steps:
     - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
-#      with:
-#        persist-credentials: false
-#    - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
       with:
-        path: ~/.m2/repository
-        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
-        restore-keys: |
-          ${{ runner.os }}-maven-
+        persist-credentials: false
+#    - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+#      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@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 
v4.7.0
       with:

Reply via email to