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 2022/11/04 12:24:41 UTC

[commons-skin] 01/01: Merge pull request #9 from apache/dependabot/github_actions/actions/checkout-3.1.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 82d8042410f657f03aafdd08b8c4b4f8e31482b1
Merge: e69e457 087636f
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Nov 4 08:24:35 2022 -0400

    Merge pull request #9 from apache/dependabot/github_actions/actions/checkout-3.1.0
    
    Bump actions/checkout from 3.0.2 to 3.1.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 43b624e,b74c5d4..be53a92
--- 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.0.2
+     - uses: actions/checkout@v3.1.0
        with:
          persist-credentials: false
 -    - uses: actions/cache@v3.0.8
 +    - uses: actions/cache@v3.0.11
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}