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:47:34 UTC

[commons-email] branch master updated (0a84096 -> f41dd76)

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


    from 0a84096  Merge pull request #140 from apache/dependabot/github_actions/actions/checkout-3.4.0
     add b1268ea  Bump actions/cache from 3.3.0 to 3.3.1
     new f41dd76  Merge pull request #141 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 +-
 .github/workflows/maven.yml           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


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

commit f41dd76dd10df5c0ef7d609c786eab2be7533505
Merge: 0a84096 b1268ea
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Mar 17 18:47:28 2023 -0400

    Merge pull request #141 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 +-
 .github/workflows/maven.yml           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --cc .github/workflows/codeql-analysis.yml
index 699e1ac,e755e98..98dcaee
--- 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/coverage.yml
index 169c48d,2c8af07..1d23bd5
--- 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') }}
diff --cc .github/workflows/maven.yml
index 3d90667,346c323..b272c87
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #            experimental: true
          
      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') }}