File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 dotnet-version : 9.0.x
2525
2626 - name : Install GitVersion
27- uses : gittools/actions/gitversion/setup@v4.2.0
27+ uses : gittools/actions/gitversion/setup@v4.3.2
2828 with :
2929 versionSpec : ' 6.4.0'
3030
3131 - name : Determine Version
3232 id : gitversion
33- uses : gittools/actions/gitversion/execute@v4.2.0
33+ uses : gittools/actions/gitversion/execute@v4.3.2
3434 with :
3535 useConfigFile : true
3636
@@ -86,13 +86,13 @@ jobs:
8686 dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
8787
8888 - name : Install GitVersion
89- uses : gittools/actions/gitversion/setup@v4.2.0
89+ uses : gittools/actions/gitversion/setup@v4.3.2
9090 with :
9191 versionSpec : ' 6.4.0'
9292
9393 - name : Determine Version
9494 id : gitversion
95- uses : gittools/actions/gitversion/execute@v4.2.0
95+ uses : gittools/actions/gitversion/execute@v4.3.2
9696
9797 - name : Build and analyze
9898 env :
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 dotnet-version : 9.0.x
2424
2525 - name : Install GitVersion
26- uses : gittools/actions/gitversion/setup@v4.2.0
26+ uses : gittools/actions/gitversion/setup@v4.3.2
2727 with :
2828 versionSpec : ' 6.4.0'
2929
3030 - name : Determine Version
3131 id : gitversion
32- uses : gittools/actions/gitversion/execute@v4.2.0
32+ uses : gittools/actions/gitversion/execute@v4.3.2
3333
3434 - name : Restore Packages
3535 run : dotnet restore "${{ env.solution-path }}"
You can’t perform that action at this time.
0 commit comments