From d439e73adf13aa3b98b18d42c7446818988a9c35 Mon Sep 17 00:00:00 2001 From: Shubham Date: Mon, 15 Jan 2024 11:04:07 +0530 Subject: [PATCH] Update test-and-deploy.yml (#1198) --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 3dc85b2f1..4260a816f 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -73,7 +73,7 @@ jobs: name: certificate.pfx - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v3 with: dotnet-version: '3.1.x'