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 10:54:43 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 9aa1cd4  Bump actions/checkout from v2.3.3 to v2.3.4
     new 945d880  Merge branch 'pr-183'
9aa1cd4 is described below

commit 9aa1cd45666e4d6a58fe87cf287b8ffc5e3bd3da
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 4 05:56:56 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 30fc71c..0d256b2 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 69d11ac..994ce41 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons-io from 2.7 to 2.8.0 #161.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump actions/setup-java from v1.4.0 to v1.4.3 #147 #156 #155 #172.</action>
     <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 51 to 52 #145.</action>
-    <action                  type="update" dev="kinow" due-to="Dependabot">Bump actions/checkout from v1 to v2.3.3 #138 #146 #165.</action>
+    <action                  type="update" dev="kinow" due-to="Dependabot">Bump actions/checkout from v1 to v2.3.4 #138 #146 #165 #183.</action>
   </release>
   <release version="1.9" date="2020-07-21" description="Release 1.9. Requires Java 8.">
     <action issue="TEXT-166" type="fix" dev="kinow" due-to="Mikko Maunu">Removed non-existing parameter from Javadocs and spelled out parameters in throws.</action>