You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/11/04 11:07:44 UTC

[commons-release-plugin] branch master updated: Bump actions/checkout from v2.3.3 to v2.3.4

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 9a8c46b  Bump actions/checkout from v2.3.3 to v2.3.4
     new d332187  Merge branch 'pr-28'
9a8c46b is described below

commit 9a8c46b46e0dc97dd1ad3f67c64e6d78d1c39039
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 4 05:55:42 2020 +0000

    Bump actions/checkout from v2.3.3 to v2.3.4
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4.
    - [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/v2.3.3...5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/maven.yml | 2 +-
 src/changes/changes.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 153553b..3de6082 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
             experimental: true        
         
     steps:
-    - uses: actions/checkout@v2.3.3
+    - uses: actions/checkout@v2.3.4
     - uses: actions/cache@v2
       with:
         path: ~/.m2/repository
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 07f1398..c76826a 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,7 +41,7 @@
       <action type="update" dev="ggregory">Update Apache Commons Compress from 1.19 to 1.20.</action>
       <action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.8 #13.</action>
       <action type="update" dev="ggregory">Update checkstyle from 8.34 to 8.37 #5 #27.</action>
-      <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.3 #8, #16.</action>
+      <action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.4 #8, #16, #28.</action>
       <action type="update" dev="ggregory">Update velocity-engine-core from 2.1 to 2.2 #4.</action>
       <action type="update" dev="ggregory">Update commons-codec from 1.14 to 1.15.</action>
       <action type="update" dev="ggregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>