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/18 15:08:13 UTC

[commons-scxml] branch master updated (2c0307f -> 7deee68)

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


    from 2c0307f  Merge pull request #78 from apache/dependabot/github_actions/actions/cache-3.0.11
     add 45b2d70  Bump actions/checkout from 3.0.2 to 3.1.0
     new 7deee68  Merge pull request #75 from apache/dependabot/github_actions/actions/checkout-3.1.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/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(-)


[commons-scxml] 01/01: Merge pull request #75 from apache/dependabot/github_actions/actions/checkout-3.1.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-scxml.git

commit 7deee68cbe381ba7b6a32d09eb15fa1ed2a8285d
Merge: 2c0307f 45b2d70
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Nov 18 10:08:08 2022 -0500

    Merge pull request #75 from apache/dependabot/github_actions/actions/checkout-3.1.0
    
    Bump actions/checkout from 3.0.2 to 3.1.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/coverage.yml
index 5d42e1f,6bbada5..d8e2327
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@@ -29,10 -29,10 +29,10 @@@ jobs
          java: [ 8 ]
  
      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') }}
diff --cc .github/workflows/maven.yml
index a34badc,9490732..e4fd628
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #            experimental: true        
          
      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') }}