diff --git a/.github/workflows/copilot-build-memorypipeline.yml b/.github/workflows/copilot-build-memorypipeline.yml index 3ca117280..7ec382f7e 100644 --- a/.github/workflows/copilot-build-memorypipeline.yml +++ b/.github/workflows/copilot-build-memorypipeline.yml @@ -50,7 +50,7 @@ jobs: Write-Output "versiontag=$VERSION_TAG" >> $env:GITHUB_OUTPUT - name: Set .Net Core version - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x diff --git a/.github/workflows/copilot-build-plugins.yml b/.github/workflows/copilot-build-plugins.yml index 90a99ed25..cb8e51e92 100644 --- a/.github/workflows/copilot-build-plugins.yml +++ b/.github/workflows/copilot-build-plugins.yml @@ -50,7 +50,7 @@ jobs: Write-Output "versiontag=$VERSION_TAG" >> $env:GITHUB_OUTPUT - name: Set .Net Core version - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x diff --git a/.github/workflows/copilot-test-e2e.yml b/.github/workflows/copilot-test-e2e.yml index 33e7b7517..d31b496b8 100644 --- a/.github/workflows/copilot-test-e2e.yml +++ b/.github/workflows/copilot-test-e2e.yml @@ -23,7 +23,7 @@ jobs: cache: "yarn" - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 6.0.x diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index c5c3d7640..39f33aacd 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -62,7 +62,7 @@ jobs: echo "csproj_files=${csproj_files[*]}" >> $GITHUB_OUTPUT - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 7.0.x