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 12:05:14 UTC

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

commit 7a56871118365cb53b7aa93909134f7eb2f3cd9f
Merge: 4d773d3 4ef080d
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Mar 17 08:05:06 2023 -0400

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

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

diff --cc .github/workflows/maven.yml
index 0689265,687af14..a1d693a
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -43,10 -43,10 +43,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') }}