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 2020/11/15 23:01:40 UTC

[commons-beanutils] branch master updated: Update actions/checkout from v2.3.2 to v2.3.4.

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


The following commit(s) were added to refs/heads/master by this push:
     new f48c191  Update actions/checkout from v2.3.2 to v2.3.4.
f48c191 is described below

commit f48c19108693346fd26da6651b4c921fb7a4841e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 15 18:01:36 2020 -0500

    Update actions/checkout from v2.3.2 to v2.3.4.
---
 .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 b58eb02..9370a2d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
             experimental: true        
         
     steps:
-    - uses: actions/checkout@v2.3.2
+    - 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 2a6d9ac..2823683 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -109,7 +109,7 @@
         Update biz.aQute.bndlib from 5.1.0 to 5.1.2 #29.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Update actions/checkout from v2.3.1 to v2.3.2 #33.
+        Update actions/checkout from v2.3.1 to v2.3.4 #33.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update actions/setup-java from v1.4.0 to v1.4.2 #35.