From 9020fc99e8a9feade96352660e6cb27da70a5f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 19:49:12 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 1.8.1 to 1.8.2 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 95e6a1fa8..3ff5413d6 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -41,17 +41,17 @@ jobs: fetch-depth: 0 - name: Install .NET Core - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v1.8.2 with: dotnet-version: 3.1.x - name: Install .NET 5 - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v1.8.2 with: dotnet-version: 5.0.x - name: Install .NET 6 - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v1.8.2 with: dotnet-version: 6.0.x include-prerelease: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 64ae20c88..15a0451e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,17 +39,17 @@ jobs: fetch-depth: 0 - name: Install .NET Core - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v1.8.2 with: dotnet-version: 3.1.x - name: Install .NET 5 - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v1.8.2 with: dotnet-version: 5.0.x - name: Install .NET 6 - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v1.8.2 with: dotnet-version: 6.0.x include-prerelease: true