From 16395e99de6c43b84ea5be436e97a58ad6519625 Mon Sep 17 00:00:00 2001 From: Cuong Pham Date: Sun, 28 Jan 2024 12:09:05 +0700 Subject: [PATCH] Updated --- .github/workflows/publish_nuget.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish_nuget.yml b/.github/workflows/publish_nuget.yml index 5add67c9..dc7527c6 100644 --- a/.github/workflows/publish_nuget.yml +++ b/.github/workflows/publish_nuget.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' - run: dotnet pack --configuration Release --output ${{env.NuGetDirectory}} @@ -37,7 +37,7 @@ jobs: steps: # Install the .NET SDK indicated in the global.json file - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' # Download the NuGet package created in the previous job @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' - name: Run tests @@ -76,7 +76,7 @@ jobs: # Install the .NET SDK indicated in the global.json file - name: Setup .NET SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' - name: Publish NuGet package