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 22:43:42 UTC

[commons-rdf] branch master updated (9d13d94a -> 4e8dd6c0)

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


    from 9d13d94a Merge pull request #125 from apache/dependabot/github_actions/actions/checkout-3.4.0
     add e0a5d16f Bump actions/cache from 3.3.0 to 3.3.1
     new 4e8dd6c0 Merge pull request #126 from apache/dependabot/github_actions/actions/cache-3.3.1

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


[commons-rdf] 01/01: Merge pull request #126 from apache/dependabot/github_actions/actions/cache-3.3.1

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

commit 4e8dd6c0bb065460fc790c66869d16d440a3f460
Merge: 9d13d94a e0a5d16f
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Mar 17 18:43:37 2023 -0400

    Merge pull request #126 from apache/dependabot/github_actions/actions/cache-3.3.1
    
    Bump actions/cache from 3.3.0 to 3.3.1

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

diff --cc .github/workflows/codeql-analysis.yml
index cd1cce8e,425a4539..d91b1375
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@@ -45,10 -45,10 +45,10 @@@ jobs
  
      steps:
      - name: Checkout repository
 -      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') }}
diff --cc .github/workflows/maven.yml
index a69ad17c,de0bce15..03ff53e5
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@@ -34,10 -34,10 +34,10 @@@ jobs
  #            experimental: true        
          
      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') }}