From ebe33a732761cf249825798951f82ad9e07b6dc7 Mon Sep 17 00:00:00 2001 From: Fredi Machado Date: Mon, 3 Jun 2024 13:08:01 +1000 Subject: [PATCH] fix Node.js warning in release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1d1160..9297bca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: name: nupkg - name: Setup .NET SDK - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 - name: Add nuget.org source run: dotnet nuget add source --name NUGET https://www.nuget.org