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 9cf96481 Bump action/cache from v4.2.3 to v5.0.1
9cf96481 is described below

commit 9cf9648165d0f387b531e01d3146da47a14059ae
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 14 10:01:12 2025 -0500

    Bump action/cache from v4.2.3 to v5.0.1
---
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/maven.yml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 67cace8b..6106a707 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -40,7 +40,7 @@ jobs:
       uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
       with:
         persist-credentials: false
-    - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+    - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4acaf774..0b1675b0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
     - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
       with:
         persist-credentials: false
-#    - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+#    - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
 #      with:
 #        path: ~/.m2/repository
 #        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

Reply via email to