From 1a7c99db80e6a34c5e6b2a212793e51742a6bb34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 06:12:32 +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/codeql-analysis.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 71dbd43..f85947e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -68,7 +68,7 @@ jobs: # and modify them (or add more) to build your code if your project # uses a compiled language - name: Setup .NET 5.0.100 - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.8.0 with: dotnet-version: 5.0.100 - name: Build diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b637ba4..d123303 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v1.8.0 with: dotnet-version: 5.0.100 - name: Build Sample