From 785c37b6f7e2b2e21232a88fd0d242e6a936d1df Mon Sep 17 00:00:00 2001 From: SushilMallRC Date: Fri, 26 Apr 2024 01:40:25 +0530 Subject: [PATCH] Added path --- .github/workflows/Reports.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Reports.yml b/.github/workflows/Reports.yml index c79a8aaa..042a4e29 100644 --- a/.github/workflows/Reports.yml +++ b/.github/workflows/Reports.yml @@ -12,11 +12,11 @@ jobs: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: - dotnet-version: 3.1.x + dotnet-version: 6.0.x - name: Restore dependencies run: dotnet restore - name: Remove Previous Result