Skip to content

Commit d036a89

Browse files
authoredAug 17, 2020
ci(docs): use actions/checkout@v2 (#1620)
1 parent 9303d1d commit d036a89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎docs/recipes/github-actions.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
runs-on: ubuntu-18.04
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v1
31+
uses: actions/checkout@v2
32+
with:
33+
fetch-depth: 0
3234
- name: Setup Node.js
3335
uses: actions/setup-node@v1
3436
with:

0 commit comments

Comments
 (0)
Please sign in to comment.