This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new a135eb6  Bump actions/checkout from 3.0.2 to 3.1.0
a135eb6 is described below

commit a135eb65de1c281f16f5c3a1c18ec7ba55ff5881
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 7 11:08:27 2022 +0000

    Bump actions/checkout from 3.0.2 to 3.1.0
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 
3.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml        | 2 +-
 .github/workflows/maven.yml           | 2 +-
 src/changes/changes.xml               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index fb75e65..b5bf651 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/[email protected]
+      uses: actions/[email protected]
     - uses: actions/[email protected]
       with:
         path: ~/.m2/repository
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 26ac919..2f3ccac 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
         java: [ 8 ]
 
     steps:
-    - uses: actions/[email protected]
+    - uses: actions/[email protected]
     - uses: actions/[email protected]
       with:
         path: ~/.m2/repository
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5c09ec4..67ebefb 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
 #            experimental: true        
         
     steps:
-    - uses: actions/[email protected]
+    - uses: actions/[email protected]
     - uses: actions/[email protected]
       with:
         path: ~/.m2/repository
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ce51d43..6406df9 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,7 +30,7 @@
       <action type="update" dev="ggregory" due-to="Marc Wrobel">Fix minor 
typos #131.</action>
       <!-- UPDATES -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
actions/cache from 3 to 3.0.10 #123, #126, #128, #139, #140.</action>
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
actions/checkout from 3 to 3.0.2.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump actions/checkout from 3 to 3.1.0 #141.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump 
actions/setup-java from 2 to 3.5.1. #108.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump 
github/codeql-action from 1 to 2 #109.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
spotbugs-maven-plugin from 4.5.3.0 to 4.7.2.0 #106, #115, #122, #133.</action>

Reply via email to