From 7e430a41bdd10441990a0ec6fe74de44e7d86ea4 Mon Sep 17 00:00:00 2001 From: tsIgov <58138531+tsIgov@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:27:31 +0200 Subject: [PATCH] Update release-action.yml --- .github/workflows/release-action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 6b2b7d9..ac34158 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@v3 with: dotnet-version: 8.0.x - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Restore run: dotnet restore src @@ -36,4 +36,4 @@ jobs: run: | dotnet nuget push ./out/*.nupkg \ -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} \ - --skip-duplicate --no-symbols \ No newline at end of file + --skip-duplicate --no-symbols