Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 6, 2022
1 parent 29fc386 commit a0913ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
# experimental: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3.0.2
- uses: actions/cache@v3.0.8
with:
path: ~/.m2/repository
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Expand Up @@ -72,6 +72,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="remove" dev="ggregory" due-to="Gary Gregory">Remove FindBugs properties, use SpotBugs instead.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/cache from 3 to 3.0.8, #118.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/checkout from 3 to 3.0.2.</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="Dependabot">Bump apache from 24 to 27 #112, #127.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 #105.</action>
Expand Down

0 comments on commit a0913ad

Please sign in to comment.