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/18 00:00:49 UTC

[commons-validator] 01/01: Merge pull request #125 from apache/dependabot/github_actions/actions/checkout-3.4.0

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

commit 1fd11e801e8075fbf9d1bc01ac65e7958a685189
Merge: 3e9960cf 21b1d5ca
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Mar 17 20:00:42 2023 -0400

    Merge pull request #125 from apache/dependabot/github_actions/actions/checkout-3.4.0
    
    Bump actions/checkout from 3.3.0 to 3.4.0

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

diff --cc .github/workflows/codeql-analysis.yml
index e755e98e,699e1acc..98dcaeef
--- 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 2c8af072,169c48d6..1d23bd57
--- 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 855ee92c,a4e6c0e0..f0724825
--- 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') }}