Skip to content

Commit 4975741

Browse files
committed
v2 only checks out the last commit from the tree
1 parent 1780c8e commit 4975741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout source tree
19-
uses: actions/checkout@v1
19+
uses: actions/checkout@v2
2020
- name: Cache Bazel artifacts
2121
uses: actions/cache@v2
2222
with:

0 commit comments

Comments
 (0)