From 45d8679d5332716afb16a73b57a2db9800e12406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:06:58 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 3 to 4 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/copilot-build-memorypipeline.yml | 2 +- .github/workflows/copilot-build-plugins.yml | 2 +- .github/workflows/copilot-test-e2e.yml | 2 +- .github/workflows/dotnet-format.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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