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-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new c67accca Bump actions/setup-java from 2 to 3
c67accca is described below
commit c67acccab15227c24bc2015931f8e340a3816ea6
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 15 07:01:56 2022 -0400
Bump actions/setup-java from 2 to 3
---
.github/workflows/maven.yml | 2 +-
src/changes/changes.xml | 15 +++++++++------
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f360da4a..9d4b78c3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,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 d0c994dc..e2eb6ede 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,18 +27,21 @@
LateralTCPListener class uses always StandardSerializer #89.
</action>
<!-- UPDATE -->
- <action dev="tv" type="update" due-to="Dependabot">
- Bump commons-parent from 52 to 53 #90.
- </action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump actions/checkout from 2 to 3 #93.
</action>
- <action dev="ggregory" type="update" due-to="Dependabot">
- Bump log4j-api from 2.17.1 to 2.17.2 #85.
- </action>
<action dev="ggregory" type="update" due-to="Dependabot, Gary
Gregory">
Bump actions/cache from 2.1.7 to 3.0.2 #86.
</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Bump actions/setup-java from 2 to 3.
+ </action>
+ <action dev="tv" type="update" due-to="Dependabot">
+ Bump commons-parent from 52 to 53 #90.
+ </action>
+ <action dev="ggregory" type="update" due-to="Dependabot">
+ Bump log4j-api from 2.17.1 to 2.17.2 #85.
+ </action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump log4j-core from 2.17.1 to 2.17.2 #87.
</action>