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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 7ccf15c Bump actions/setup-java from 2 to 3
7ccf15c is described below
commit 7ccf15c0dc620ebcdb59bf15e971cbeffa55eb7c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 15 06:53:26 2022 -0400
Bump actions/setup-java from 2 to 3
---
.github/workflows/maven.yml | 2 +-
src/changes/changes.xml | 11 +++++++----
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ea624fe..2169c2d 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@v2
+ uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 23e19cd..050ff7c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,16 +22,19 @@
<body>
<release version="1.6" date="tbd" description="New features and bug fixes">
<!-- UPDATES -->
- <action type="fix" dev="ggregory" due-to="Dependabot, Gary Gregory">
+ <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump actions/cache from 2.1.7 to 3.0.2 #97.
</action>
- <action type="fix" dev="ggregory" due-to="Gary Gregory">
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
+ Bump actions/setup-java from 2 to 3.
+ </action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
Bump spotbugs from 4.5.3 to 4.6.0 #96
</action>
- <action type="fix" dev="ggregory" due-to="Dependabot">
+ <action type="update" dev="ggregory" due-to="Dependabot">
Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0 #98.
</action>
- <action type="fix" dev="ggregory" due-to="Dependabot">
+ <action type="update" dev="ggregory" due-to="Dependabot">
Bump commons-parent from 52 to 53 #100.
</action>
</release>