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:03:05 UTC

[commons-collections] 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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 91b999c  Bump actions/checkout from v2.3.3 to v2.3.4
     new 14ff6fa  Merge branch 'pr-193'
91b999c is described below

commit 91b999cf634522614a8d30535184b8e8d72342a1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 4 05:53:57 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 de5895d..80a8263 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 1070204..dd2f025 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -199,7 +199,7 @@
       Update tests from commons-io:commons-io 2.6 to 2.8.0 #180.
     </action>
     <action type="update" dev="ggregory" due-to="Dependabot">
-      Update actions/checkout from v1 to v2.3.3 #166 #173 #183.
+      Update actions/checkout from v1 to v2.3.4 #166 #173 #183 #193.
     </action>
     <action type="update" dev="ggregory" due-to="Dependabot">
       Update maven-pmd-plugin from 3.12.0 to 3.13.0 #167.