From 40666ed6978ff011837829304166c9f96acecaaf Mon Sep 17 00:00:00 2001 From: Fuflick Date: Wed, 11 Oct 2023 09:33:40 +0300 Subject: [PATCH] fix checkout and setup-doynet to @v3 --- .github/workflows/dotnetcore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 2d5b201..2505934 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -11,9 +11,9 @@ jobs: dotnet: [ '7.0.x' ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: ${{ matrix.dotnet-version }} include-prerelease: true