From 9cc4e21af930157034fff5fc7ba914aeafecc9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:03:28 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 2.1.0 to 3.0.3 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2.1.0 to 3.0.3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2.1.0...v3.0.3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bcc7a7b..3ab25db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: ignore: master,develop min_length: 3 # Min length of the branch name - name: Setup .NET Core - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 6.0.x # SDK Version to use. - name: Build project diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa9a11b..4449bc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: configuration: "configs/configuration.json" toTag: v${{ steps.nbgv.outputs.SimpleVersion }} - name: Setup .NET Core - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 6.0.x # SDK Version to use. source-url: https://api.nuget.org/v3/index.json