Skip to content

Commit b378743

Browse files
committed
GitHub Actions upgrade to actions/checkout@v2
1 parent 0bbd2a9 commit b378743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1616

1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v2
1919
- name: Set up JDK
2020
uses: actions/setup-java@v1
2121
with:

0 commit comments

Comments
 (0)