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-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new e292688f Bump actions/cache from 5.0.1 to 5.0.3
e292688f is described below

commit e292688f197c299547b7ef3bdf756bf5d6527c13
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Feb 9 08:17:47 2026 -0500

    Bump actions/cache from 5.0.1 to 5.0.3
---
 .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 4692c9f9..41e04cfa 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -49,7 +49,7 @@ jobs:
       uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
       with:
         persist-credentials: false
-  @cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3a901246202afeb # v5.0.1
+    - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b6f069a2..2031f809 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
     - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
       with:
         persist-credentials: false
-  @cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3a901246202afeb # v5.0.1
+    - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

Reply via email to