Skip to content

Commit

Permalink
Bump actions/setup-java from 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Apr 15, 2022
1 parent a2e11ef commit 7ccf15c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -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 }}
Expand Down
11 changes: 7 additions & 4 deletions src/changes/changes.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 7ccf15c

Please sign in to comment.