File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/ForEvolve.ExceptionMapper Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
3030 build-and-test :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 0
3636
3737 - name : Setup .NET Core
38- uses : actions/setup-dotnet@v3
38+ uses : actions/setup-dotnet@v4
3939 with :
4040 dotnet-version : |
4141 6.x
@@ -52,12 +52,12 @@ jobs:
5252 runs-on : ubuntu-latest
5353 needs : build-and-test
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656 with :
5757 fetch-depth : 0
5858
5959 - name : Setup .NET Core
60- uses : actions/setup-dotnet@v3
60+ uses : actions/setup-dotnet@v4
6161 with :
6262 dotnet-version : |
6363 6.x
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >$(FETargetFrameworks)</TargetFrameworks >
5+ <PackageReadmeFile >README.md</PackageReadmeFile >
56 </PropertyGroup >
67
78 <ItemGroup >
You can’t perform that action at this time.
0 commit comments