Bump actions/setup-java from 2 to 3
This commit is contained in:
parent
d8e5038876
commit
af2f6ddd98
|
@ -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 }}
|
||||
|
|
|
@ -129,8 +129,17 @@
|
|||
Add singleton ObjectToStringComparator.INSTANCE.
|
||||
</action>
|
||||
<!-- UPDATE -->
|
||||
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
|
||||
Bump actions/setup-java from 1.4.0 to 3 #174 #177 #186 #224.
|
||||
</action>
|
||||
<action type="update" dev="ggregory" due-to="Dependabot">
|
||||
Update actions/checkout from 1 to 3 #166 #173 #183 #193 #262 #264 #285.
|
||||
</action>
|
||||
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
|
||||
Bump actions/cache from 2 to 3.0.2 #214 #225 #239 #266 #294.
|
||||
</action>
|
||||
<action type="update" dev="kinow" due-to="Dependabot">
|
||||
Bump actions/setup-java from v1.4.0 to v2 #174 #177 #186 #224.
|
||||
Bump codecov/codecov-action from 2 to 3 #297.
|
||||
</action>
|
||||
<action issue="COLLECTIONS-737" dev="kinow" type="update" due-to="Prodigysov">
|
||||
Return 0 immediately if the given iterable is null in IterableUtils#size. Update tests.
|
||||
|
@ -238,9 +247,6 @@
|
|||
<action type="update" dev="ggregory" due-to="Gary Gregory">
|
||||
Update tests from commons-io:commons-io 2.6 to 2.11.0 #180.
|
||||
</action>
|
||||
<action type="update" dev="ggregory" due-to="Dependabot">
|
||||
Update actions/checkout from 1 to 3 #166 #173 #183 #193 #262 #264 #285.
|
||||
</action>
|
||||
<action type="update" dev="ggregory" due-to="Dependabot">
|
||||
Update maven-pmd-plugin from 3.12.0 to 3.15.0 #167 #196 #253.
|
||||
</action>
|
||||
|
@ -274,9 +280,6 @@
|
|||
<action issue="COLLECTIONS-779" type="update" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">
|
||||
Migrate assert to Assertions #209.
|
||||
</action>
|
||||
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
|
||||
Bump actions/cache from 2 to 3.0.2 #214 #225 #239 #266 #294.
|
||||
</action>
|
||||
<action issue="COLLECTIONS-781" type="update" dev="ggregory" due-to="Arturo Bernal, Gary Gregory">
|
||||
Add and use CollectionUtils.INDEX_NOT_FOUND constant.
|
||||
</action>
|
||||
|
@ -295,9 +298,6 @@
|
|||
<action type="update" dev="ggregory" due-to="Dependabot">
|
||||
Bump maven-pmd-plugin from 3.15.0 to 3.16.0 #286.
|
||||
</action>
|
||||
<action type="update" dev="kinow" due-to="Dependabot">
|
||||
Bump codecov/codecov-action from 2 to 3 #297.
|
||||
</action>
|
||||
</release>
|
||||
<release version="4.4" date="2019-07-05" description="Maintenance release.">
|
||||
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">
|
||||
|
|
Loading…
Reference in New Issue