File tree Expand file tree Collapse file tree
SimpleAuthentication.Swashbuckle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626 with :
2727 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
2828
2929 - name : Setup .NET SDK ${{ env.NET_VERSION }}
30- uses : actions/setup-dotnet@v4
30+ uses : actions/setup-dotnet@v5
3131 with :
3232 dotnet-version : ${{ env.NET_VERSION }}
3333 dotnet-quality : ' ga'
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
2929
3030 - name : Setup .NET SDK ${{ env.NET_VERSION }}
31- uses : actions/setup-dotnet@v4
31+ uses : actions/setup-dotnet@v5
3232 with :
3333 dotnet-version : ${{ env.NET_VERSION }}
3434 dotnet-quality : ' ga'
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0 # avoid shallow clone so nbgv can do its work.
2929
3030 - name : Setup .NET SDK ${{ env.NET_VERSION }}
31- uses : actions/setup-dotnet@v4
31+ uses : actions/setup-dotnet@v5
3232 with :
3333 dotnet-version : ${{ env.NET_VERSION }}
3434 dotnet-quality : ' ga'
Original file line number Diff line number Diff line change 3232 </ItemGroup >
3333
3434 <ItemGroup >
35- <PackageReference Include =" SimpleAuthenticationTools.Abstractions" Version =" 3.1.10 " />
35+ <PackageReference Include =" SimpleAuthenticationTools.Abstractions" Version =" 3.1.11 " />
3636 <PackageReference Include =" Swashbuckle.AspNetCore.SwaggerGen" Version =" 10.1.7" />
3737 </ItemGroup >
3838
Original file line number Diff line number Diff line change 3939 </ItemGroup >
4040
4141 <ItemGroup >
42- <PackageReference Include =" SimpleAuthenticationTools.Abstractions" Version =" 3.1.10 " />
42+ <PackageReference Include =" SimpleAuthenticationTools.Abstractions" Version =" 3.1.11 " />
4343 </ItemGroup >
4444
4545 <ItemGroup >
You can’t perform that action at this time.
0 commit comments