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/03/17 13:08:17 UTC

[commons-jexl] branch master updated (a3f68b2f -> cdbe0d48)

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

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


    from a3f68b2f Merge pull request #169 from apache/dependabot/github_actions/actions/checkout-3.4.0
     add db6b9dc1 Bump actions/cache from 3.3.0 to 3.3.1
     new cdbe0d48 Merge pull request #168 from apache/dependabot/github_actions/actions/cache-3.3.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/maven.yml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[commons-jexl] 01/01: Merge pull request #168 from apache/dependabot/github_actions/actions/cache-3.3.1

Posted by gg...@apache.org.
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

commit cdbe0d48e36a872a20dd494768f872a33e313132
Merge: a3f68b2f db6b9dc1
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Mar 17 09:08:11 2023 -0400

    Merge pull request #168 from apache/dependabot/github_actions/actions/cache-3.3.1
    
    Bump actions/cache from 3.3.0 to 3.3.1

 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/maven.yml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --cc .github/workflows/codeql-analysis.yml
index cd1cce8e,425a4539..d91b1375
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@@ -45,10 -45,10 +45,10 @@@ jobs
  
      steps:
      - name: Checkout repository
 -      uses: actions/checkout@v3.3.0
 +      uses: actions/checkout@v3.4.0
        with:
          persist-credentials: false
-     - uses: actions/cache@v3.3.0
+     - uses: actions/cache@v3.3.1
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/maven.yml
index a582a174,42aa9152..623117ca
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -40,10 -40,10 +40,10 @@@ jobs
        fail-fast: false
          
      steps:
 -    - uses: actions/checkout@v3.3.0
 +    - uses: actions/checkout@v3.4.0
        with:
          persist-credentials: false
-     - uses: actions/cache@v3.3.0
+     - uses: actions/cache@v3.3.1
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}