X Tutup
Skip to content

Commit 3870a25

Browse files
authored
Update "checkout" action to v2 (#1422)
1 parent dbc4761 commit 3870a25

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
@@ -16,7 +16,7 @@ jobs:
1616
- { name: "Docker 18.06.3", dockerVersion: "18.06.3~ce~3-0~ubuntu" }
1717

1818
steps:
19-
- uses: actions/checkout@v1
19+
- uses: actions/checkout@v2
2020
- name: Set up JDK 8
2121
uses: actions/setup-java@v1
2222
with:

0 commit comments

Comments
 (0)
X Tutup