Skip to content

Commit

Permalink
Bump actions/cache from 3.0.2 to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 31, 2022
1 parent bf4ffbe commit ae0246f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3.0.2
- uses: actions/cache@v3.0.3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Expand Up @@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Dependabot">Add property commons.javadoc18.java.link.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot">Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 #105.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 3 to 3.0.2.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 3 to 3.0.3.</action>
<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 jacoco-maven-plugin from 0.8.7 to 0.8.8.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump spotbugs from 4.5.3 to 4.6.0.</action>
Expand Down

0 comments on commit ae0246f

Please sign in to comment.