File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 markdown-link-check :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@master
12+ - uses : actions/checkout@v2
1313 - name : Prepare markdown-link-check
1414 run : mkdir docs/ROOT && cp CHANGELOG.md README.md docs/ROOT
1515 - uses : gaurav-nelson/github-action-markdown-link-check@v1
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141 name : Create installer and portable version for ${{ matrix.displayName }}
4242
4343 steps :
44- - name : Checkout source
45- uses : actions/checkout@v2
4644 - name : Fetch all history for all tags and branches
47- run : git fetch --prune --unshallow
45+ uses : actions/checkout@v2
46+ with :
47+ fetch-depth : 0
4848 - name : Install GitVersion
4949 uses :
gittools/actions/gitversion/[email protected] 5050 with :
You can’t perform that action at this time.
0 commit comments