Skip to content

Commit

Permalink
Merge branch 'pr-28'
Browse files Browse the repository at this point in the history
This closes #28
  • Loading branch information
kinow committed Nov 4, 2020
2 parents bb8fc48 + 9a8c46b commit d332187
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
experimental: true

steps:
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- uses: actions/cache@v2
with:
path: ~/.m2/repository
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<action type="update" dev="ggregory">Update Apache Commons Compress from 1.19 to 1.20.</action>
<action type="update" dev="ggregory">Update commons-io:commons-io from 2.6 to 2.8 #13.</action>
<action type="update" dev="ggregory">Update checkstyle from 8.34 to 8.37 #5 #27.</action>
<action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.3 #8, #16.</action>
<action type="update" dev="ggregory">Update actions/checkout from v2.3.1 to v2.3.4 #8, #16, #28.</action>
<action type="update" dev="ggregory">Update velocity-engine-core from 2.1 to 2.2 #4.</action>
<action type="update" dev="ggregory">Update commons-codec from 1.14 to 1.15.</action>
<action type="update" dev="ggregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
Expand Down

0 comments on commit d332187

Please sign in to comment.