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 2022/05/31 21:03:30 UTC

[commons-digester] branch master updated: Bump actions/checkout 2.3.4 to 3

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


The following commit(s) were added to refs/heads/master by this push:
     new 9e1c8864 Bump actions/checkout 2.3.4 to 3
9e1c8864 is described below

commit 9e1c8864ac73e61f77c394c7f4f7c7506228fd00
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Tue May 31 17:03:25 2022 -0400

    Bump actions/checkout 2.3.4 to 3
---
 .github/workflows/maven.yml | 2 +-
 src/changes/changes.xml     | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index fe1d6bda..24151bdd 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
 #            experimental: true
         
     steps:
-    - uses: actions/checkout@v2.3.4
+    - uses: actions/checkout@v3
     - uses: actions/cache@v3.0.3
       with:
         path: ~/.m2/repository
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b0748ff4..30569936 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,10 +66,13 @@
     </action>
     <!-- UPDATE -->
     <action type="update" dev="ggregory" due-to="Gary Gregory">
-      Bump build actions/setup-java from 1.4.0 to 3.
+      Bump build actions/cache from 2 to 3.0.3.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
-      Bump build actions/cache from 2 to 3.0.3.
+      Bump actions/checkout 2.3.4 to 3
+    </action>    
+    <action type="update" dev="ggregory" due-to="Gary Gregory">
+      Bump build actions/setup-java from 1.4.0 to 3.
     </action>
     <action dev="ggregory" type="update" issue="DIGESTER-185">
       Bump Apache Commons Logging from 1.1.1 to 1.2.