Skip to content

Commit f126818

Browse files
authored
Simplify deployment.yml (#6703)
1 parent 9cd9390 commit f126818

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check-links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)