diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 526d726..0ee0809 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: repository: data-automation-framework/daf-core-adf path: daf-core-adf - name: Setup .NET Core - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x # SDK Version to use. source-url: https://nuget.pkg.github.com/data-automation-framework/index.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e6a476..a78a233 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: repository: data-automation-framework/daf-core-adf path: daf-core-adf - name: Setup .NET Core - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x # SDK Version to use. source-url: https://nuget.pkg.github.com/data-automation-framework/index.json