From 112ebeb497d2eb0896b99f700ee9df372d6f7e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 23:05:09 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 1 to 1.8.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 1.8.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1...v1.8.0) Signed-off-by: dependabot[bot] --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 98d904b..6b13dd3 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Setup .NET - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.8.0 with: dotnet-version: 5.0.x