From b5620702d4a08bd154f5f1ecd91b27add22426a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 06:06:40 +0000 Subject: [PATCH] Bump actions/setup-dotnet from v1 to v1.8.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from v1 to v1.8.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1...a71d1eb2c86af85faa8c772c03fb365e377e45ea) Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-core.yml | 2 +- .github/workflows/release-notes.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 9ee61f68..a48ad68c 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -18,7 +18,7 @@ jobs: submodules: 'recursive' - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.8.0 with: dotnet-version: 5.0.101 diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index cbb250f2..57ec8ee2 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -20,12 +20,12 @@ jobs: # Require .NET 5 for GitVersion and .NET 3 for GitRelesaseManager - name: Setup .NET Core 5 (GitVersion) - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.8.0 with: dotnet-version: 5.0.x - name: Setup .NET Core 3 (GitReleaseManager) - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.8.0 with: dotnet-version: 3.0.x