Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 2c55cf4

Browse files
committed
Update actions/checkout action to v2
1 parent fb009e1 commit 2c55cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v1
24+
uses: actions/checkout@v2
2525
- name: Set up JDK 1.8
2626
uses: actions/setup-java@master
2727
with:

0 commit comments

Comments
 (0)