ci: Upgrade GitVersion actions

snyk
Robert Dailey 2 years ago
parent 45df567ecd
commit 0b4c5514f5

@ -31,12 +31,12 @@ jobs:
dotnet-version: ${{ env.dotnetVersion }} dotnet-version: ${{ env.dotnetVersion }}
- 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: Install Sonar Scanner - name: Install Sonar Scanner

Loading…
Cancel
Save