Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 68a20a2

Browse files
committed
Use actions/checkout@v2
1 parent 6a757a2 commit 68a20a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: [ubuntu-latest]
1818

1919
steps:
20-
- uses: actions/checkout@v1
20+
- uses: actions/checkout@v2
2121
- name: Cache maven repository
2222
uses: actions/cache@v1
2323
with:

0 commit comments

Comments
 (0)