File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 dotnet-version : ' 10.0.x'
3232
3333 - name : Install GitVersion
34- uses : gittools/actions/gitversion/setup@v4.4.2
34+ uses : gittools/actions/gitversion/setup@v4.5.0
3535 with :
3636 versionSpec : ' 6.4.x'
3737
3838 - name : GitVersion
39- uses : gittools/actions/gitversion/execute@v4.4.2
39+ uses : gittools/actions/gitversion/execute@v4.5.0
4040 id : gitversion
4141
4242 - name : Set version environment variable
@@ -142,12 +142,12 @@ jobs:
142142 run : dotnet restore BabySmash.csproj
143143
144144 - name : Install GitVersion
145- uses : gittools/actions/gitversion/setup@v4.4.2
145+ uses : gittools/actions/gitversion/setup@v4.5.0
146146 with :
147147 versionSpec : ' 6.4.x'
148148
149149 - name : GitVersion
150- uses : gittools/actions/gitversion/execute@v4.4.2
150+ uses : gittools/actions/gitversion/execute@v4.5.0
151151 id : gitversion
152152
153153 - name : Set version environment variables
Original file line number Diff line number Diff line change 5555
5656 <ItemGroup >
5757 <!-- NuGet packages -->
58- <PackageReference Include =" System.Speech" Version =" 10.0.5 " />
58+ <PackageReference Include =" System.Speech" Version =" 10.0.6 " />
5959 <PackageReference Include =" Updatum" Version =" 1.3.5" />
6060 </ItemGroup >
6161
You can’t perform that action at this time.
0 commit comments