From 4417b80ef9a0f7a225761e582c6888bcd1ec196a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 17:19:09 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 2 to 3.0.2 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.0.2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3.0.2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- .github/workflows/dotnet-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index c46d39ec..3992e35b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup .NET Core - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: 5.0.x - name: Dotnet Publish diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 1ccdfdbe..33950845 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -31,7 +31,7 @@ jobs: # vs-version: '[16.9,16.10)' - name: Setup .NET - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: 6.0.x