Skip to content

Commit 52ddc87

Browse files
authored
Merge pull request #13 from /issues/11-Migrate-build-jobs-to-Node.js-20
Update checkout and setup-dotnet actions to v4
2 parents b529d36 + de5dfde commit 52ddc87

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

src/ForEvolve.ExceptionMapper/ForEvolve.ExceptionMapper.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>$(FETargetFrameworks)</TargetFrameworks>
5+
<PackageReadmeFile>README.md</PackageReadmeFile>
56
</PropertyGroup>
67

78
<ItemGroup>

0 commit comments

Comments
 (0)