Skip to content

Commit a58ca77

Browse files
committed
2 parents a257c8a + 64fb941 commit a58ca77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java: [ 8, 11, 14 ]
2727

2828
steps:
29-
- uses: actions/checkout@v1
29+
- uses: actions/checkout@v2.3.1
3030
- name: Set up JDK ${{ matrix.java }}
3131
uses: actions/setup-java@v1
3232
with:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>48</version>
22+
<version>51</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-cli</groupId>

0 commit comments

Comments
 (0)