From 7adb670eb414a53e07ef38e02368839f45e79dd3 Mon Sep 17 00:00:00 2001 From: Carl-Hugo Marcotte Date: Tue, 13 Feb 2024 00:28:48 -0500 Subject: [PATCH 1/2] Update checkout and setup-dotnet actions to v4 --- .github/workflows/master.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 1b7addf..3aed081 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -30,12 +30,12 @@ jobs: build-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: | 6.x @@ -52,12 +52,12 @@ jobs: runs-on: ubuntu-latest needs: build-and-test steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup .NET Core - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: | 6.x From de5dfdeffb8df63a13f1c07ab6fb12420dad1961 Mon Sep 17 00:00:00 2001 From: Carl-Hugo Marcotte Date: Tue, 13 Feb 2024 00:36:51 -0500 Subject: [PATCH 2/2] Add missing PackageReadmeFile property --- src/ForEvolve.ExceptionMapper/ForEvolve.ExceptionMapper.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ForEvolve.ExceptionMapper/ForEvolve.ExceptionMapper.csproj b/src/ForEvolve.ExceptionMapper/ForEvolve.ExceptionMapper.csproj index ad637dd..c9822a9 100644 --- a/src/ForEvolve.ExceptionMapper/ForEvolve.ExceptionMapper.csproj +++ b/src/ForEvolve.ExceptionMapper/ForEvolve.ExceptionMapper.csproj @@ -2,6 +2,7 @@ $(FETargetFrameworks) + README.md