From e777fe020f3a77b0576efdc54953f2dce29cb4b6 Mon Sep 17 00:00:00 2001 From: Ivan Tikhonov Date: Fri, 9 Dec 2022 15:48:18 +0300 Subject: [PATCH] change actions/checkout@v3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74b6542..3e2f548 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ jobs: name: build, pack & publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # - name: Setup dotnet # uses: actions/setup-dotnet@v1 @@ -25,7 +25,7 @@ jobs: # Publish - name: publish on version change id: publish_nuget - uses: pairbit/publish-nuget@v2.5.8 + uses: pairbit/publish-nuget@v2.6.0 with: # Filepath of the project to be packaged, relative to root of repository PROJECT_FILE_PATH: Core/Core.csproj