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 22:42:43 UTC

[commons-ognl] branch master updated (df04a32 -> 2e00165)

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


    from df04a32  Merge pull request #119 from apache/dependabot/github_actions/actions/checkout-3.4.0
     add 9b52833  Bump actions/cache from 3.3.0 to 3.3.1
     new 2e00165  Merge pull request #120 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/coverage.yml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[commons-ognl] 01/01: Merge pull request #120 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-ognl.git

commit 2e00165cbac07db183949e4e5087f98898fcaee9
Merge: df04a32 9b52833
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Mar 17 18:42:38 2023 -0400

    Merge pull request #120 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/coverage.yml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --cc .github/workflows/codeql-analysis.yml
index b4ef38f,5d4dbf6..1dd72bc
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@@ -42,10 -42,10 +42,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/coverage.yml
index 22e5ef2,5ad8fe7..03e981d
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@@ -29,10 -29,10 +29,10 @@@ jobs
          java: [ 8 ]
  
      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') }}