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/01/13 12:44:32 UTC

[commons-bsf] branch master updated (4e63f18 -> 0b45cc9)

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


    from 4e63f18  Merge pull request #74 from apache/dependabot/github_actions/actions/checkout-3.3.0
     add 45d7998  Bump actions/cache from 3.0.11 to 3.2.3
     new 0b45cc9  Merge pull request #77 from apache/dependabot/github_actions/actions/cache-3.2.3

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-bsf] 01/01: Merge pull request #77 from apache/dependabot/github_actions/actions/cache-3.2.3

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

commit 0b45cc9429ffaeb4e2ee46a6c65b5001f0697448
Merge: 4e63f18 45d7998
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Jan 13 07:44:27 2023 -0500

    Merge pull request #77 from apache/dependabot/github_actions/actions/cache-3.2.3
    
    Bump actions/cache from 3.0.11 to 3.2.3

 .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 10e2879,a464d6f..7a96e8e
--- 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.2.0
 +      uses: actions/checkout@v3.3.0
        with:
          persist-credentials: false
-     - uses: actions/cache@v3.0.11
+     - uses: actions/cache@v3.2.3
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/maven.yml
index 5913762,5954bfb..7fb0789
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #            experimental: true        
          
      steps:
 -    - uses: actions/checkout@v3.2.0
 +    - uses: actions/checkout@v3.3.0
        with:
          persist-credentials: false
-     - uses: actions/cache@v3.0.11
+     - uses: actions/cache@v3.2.3
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}