File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434
3535 - name : Setup .NET
3636 if : matrix.language == 'csharp'
37- uses : actions/setup-dotnet@v4
37+ uses : actions/setup-dotnet@v5
3838 with :
3939 dotnet-version : ${{ matrix.dotnet-version }}
4040
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020
2121 steps :
2222 # Step 1: Check out the repository
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424
2525 # Step 2: Set up the .NET environment
2626 - name : Setup .NET
27- uses : actions/setup-dotnet@v4
27+ uses : actions/setup-dotnet@v5
2828 with :
2929 dotnet-version : 10.0.x
3030
Original file line number Diff line number Diff line change 11<Solution >
22 <Folder Name =" /Solution Files/" >
3+ <File Path =" .github\workflows\codeql.yml" />
4+ <File Path =" .github\workflows\dotnet.yml" />
35 <File Path =" global.json" />
46 </Folder >
57 <Project Path =" DotNetExtensions\DotNetExtensions.csproj" />
Original file line number Diff line number Diff line change 1313 </PropertyGroup >
1414
1515 <PropertyGroup >
16- <Version >5.13.0 </Version >
16+ <Version >5.13.1 </Version >
1717 <Authors >Diogo Medeiros</Authors >
1818 <Company >Diogo Medeiros</Company >
1919 <Description >This is a collection of extension methods for .NET Core.</Description >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments