Skip to content

Commit 134fbe4

Browse files
authored
Update example to use checkout@v2. (#24)
Signed-off-by: Naseem <naseem@transit.app>
1 parent 03f3607 commit 134fbe4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v1
40+
uses: actions/checkout@v2
41+
42+
- name: Fetch history
43+
run: git fetch --prune --unshallow
4144

4245
- name: Run chart-testing (lint)
4346
id: lint

0 commit comments

Comments
 (0)