From dba6dc901fe89b4aaf7f9a5c0c15f62a5cfea489 Mon Sep 17 00:00:00 2001 From: SmallSoft Date: Sat, 21 Sep 2024 14:28:20 +0500 Subject: [PATCH] Update setup-nuget version --- .github/workflows/netfx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/netfx.yml b/.github/workflows/netfx.yml index f37cfe4..d7d3a9b 100644 --- a/.github/workflows/netfx.yml +++ b/.github/workflows/netfx.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: nuget/setup-nuget@v1 + - uses: nuget/setup-nuget@v2 - name: Restore NuGet packages run: nuget restore CilTools.sln -PackagesDirectory packages - name: Build with MSBuild @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: nuget/setup-nuget@v1 + - uses: nuget/setup-nuget@v2 - name: Restore NuGet packages run: nuget restore CilTools.sln -PackagesDirectory packages - name: Build with MSBuild