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:02:31 UTC

[commons-beanutils] branch master updated: Bump actions/setup-java from v1.4.2 to v1.4.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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new dfcafdb  Bump actions/setup-java from v1.4.2 to v1.4.3.
dfcafdb is described below

commit dfcafdb59bb6929f24ba9ea88f16ecbffd6755eb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 15 18:02:27 2020 -0500

    Bump actions/setup-java from v1.4.2 to v1.4.3.
---
 .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 9370a2d..f14cacd 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,7 +39,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v1.4.2
+      uses: actions/setup-java@v1.4.3
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2823683..ecd8d0c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -112,7 +112,7 @@
         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.
+        Update actions/setup-java from v1.4.0 to v1.4.3 #35.
       </action>
     </release>