From 0f3bbfb982da238cec369e3b0e3811f43300b3e7 Mon Sep 17 00:00:00 2001 From: tsIgov <58138531+tsIgov@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:16:23 +0200 Subject: [PATCH] Update release-action.yml --- .github/workflows/release-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 79b6e50..16eb6f2 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -10,12 +10,12 @@ jobs: steps: - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Restore run: dotnet restore