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/09/08 01:10:58 UTC

[commons-scxml] branch master updated (a54957e -> a5a47cc)

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 a54957e  Merge pull request #148 from apache/dependabot/github_actions/actions/upload-artifact-3.1.3
     add 71eec99  Bump actions/cache from 3.3.1 to 3.3.2
     new a5a47cc  Merge pull request #149 from apache/dependabot/github_actions/actions/cache-3.3.2

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


[commons-scxml] 01/01: Merge pull request #149 from apache/dependabot/github_actions/actions/cache-3.3.2

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 a5a47cce7d2ce70d0d828b4eac42c2cca3d832ff
Merge: a54957e 71eec99
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Thu Sep 7 21:10:53 2023 -0400

    Merge pull request #149 from apache/dependabot/github_actions/actions/cache-3.3.2
    
    Bump actions/cache from 3.3.1 to 3.3.2

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

diff --cc .github/workflows/coverage.yml
index 2efde3c,9f9243c..a30b352
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@@ -29,10 -29,10 +29,10 @@@ jobs
          java: [ 8 ]
  
      steps:
 -    - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
 +    - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
        with:
          persist-credentials: false
-     - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+     - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --cc .github/workflows/maven.yml
index 86be520,13d1b44..0b323c1
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #            experimental: true        
          
      steps:
 -    - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
 +    - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
        with:
          persist-credentials: false
-     - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+     - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}