From c95318d5f97817f15301dbfbb7fef5072cd63888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:29:25 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 2 to 3.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 83964e8..ebdfc7f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -25,12 +25,12 @@ jobs: uses: actions/checkout@v3 - name: Setup .NET 5.0 # Needed for ExportAnnotations - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: 5.0.x - name: Setup .NET 6.0 - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: 6.0.x