ci: Use v0 for gitversion actions

pull/51/head
Robert Dailey 2 years ago
parent 6e8954484b
commit a5b08ef1c6

@ -94,12 +94,12 @@ jobs:
# token: ${{ secrets.GITHUB_TOKEN }} # Allows git push # token: ${{ secrets.GITHUB_TOKEN }} # Allows git push
- name: Install GitVersion - name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.7 uses: gittools/actions/gitversion/setup@v0
with: with:
versionSpec: 5.x versionSpec: 5.x
- name: Determine Version - name: Determine Version
uses: gittools/actions/gitversion/execute@v0.9.7 uses: gittools/actions/gitversion/execute@v0
id: gitversion id: gitversion
- name: Download Artifacts - name: Download Artifacts

Loading…
Cancel
Save