Skip to content

Commit

Permalink
Bump actions/cache from 3 to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Gregory committed Apr 12, 2022
1 parent cd32728 commit 1250146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
- uses: actions/cache@v3.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Expand Up @@ -83,8 +83,8 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot">
Bump actions/checkout from 2.3.4 to 3 #109, #112, #134.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
Bump actions/cache from 2.1.6 to 3 #117, #138.
<action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/cache from 2.1.6 to 3.0.2 #117, #138.
</action>
<action dev="kinow" type="update" due-to="Dependabot">
Bump maven-bundle-plugin from 5.1.3 to 5.1.4 #127.
Expand Down

0 comments on commit 1250146

Please sign in to comment.