Skip to content

Commit e7e3be6

Browse files
authored
Merge pull request hub4j#662 from sullis/github-actions-checkout-v2
GitHub Actions checkout v2
2 parents 62e1b9e + 352d777 commit e7e3be6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
java: [ '1.8.0', '11.0.x', '13.0.x' ]
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v2
1515
- name: Set up JDK
1616
uses: actions/setup-java@v1
1717
with:

0 commit comments

Comments
 (0)