From af2f6ddd98ee16a6cf13d0e51d8d4eabbd496f62 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 15 Apr 2022 06:55:07 -0400 Subject: [PATCH] Bump actions/setup-java from 2 to 3 --- .github/workflows/maven.yml | 2 +- src/changes/changes.xml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index be0d6a3bd..9726de891 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: adopt java-version: ${{ matrix.java }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f57acec95..110db3641 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -129,8 +129,17 @@ Add singleton ObjectToStringComparator.INSTANCE. + + Bump actions/setup-java from 1.4.0 to 3 #174 #177 #186 #224. + + + Update actions/checkout from 1 to 3 #166 #173 #183 #193 #262 #264 #285. + + + Bump actions/cache from 2 to 3.0.2 #214 #225 #239 #266 #294. + - Bump actions/setup-java from v1.4.0 to v2 #174 #177 #186 #224. + Bump codecov/codecov-action from 2 to 3 #297. Return 0 immediately if the given iterable is null in IterableUtils#size. Update tests. @@ -238,9 +247,6 @@ Update tests from commons-io:commons-io 2.6 to 2.11.0 #180. - - Update actions/checkout from 1 to 3 #166 #173 #183 #193 #262 #264 #285. - Update maven-pmd-plugin from 3.12.0 to 3.15.0 #167 #196 #253. @@ -274,9 +280,6 @@ Migrate assert to Assertions #209. - - Bump actions/cache from 2 to 3.0.2 #214 #225 #239 #266 #294. - Add and use CollectionUtils.INDEX_NOT_FOUND constant. @@ -295,9 +298,6 @@ Bump maven-pmd-plugin from 3.15.0 to 3.16.0 #286. - - Bump codecov/codecov-action from 2 to 3 #297. -