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:13 UTC

[commons-skin] branch master updated (4d773d3 -> 7a56871)

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


    from 4d773d3  Merge pull request #49 from apache/dependabot/github_actions/actions/cache-3.3.1
     add 4ef080d  Bump actions/checkout from 3.3.0 to 3.4.0
     new 7a56871  Merge pull request #47 from apache/dependabot/github_actions/actions/checkout-3.4.0

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/maven.yml               | 2 +-
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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

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-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') }}