From 26bca228dcadef8bc87bc087580dedf971fc3a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Sep 2021 13:05:55 +1000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 1.8.1 to 1.8.2 (#19) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 830d88e..69a959b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,12 +23,12 @@ jobs: lfs: true - name: Install .NET Core - uses: actions/setup-dotnet@v1.8.0 + uses: actions/setup-dotnet@v1.8.2 with: dotnet-version: 3.1.x - name: Install .NET 5 - uses: actions/setup-dotnet@v1.8.0 + uses: actions/setup-dotnet@v1.8.2 with: dotnet-version: 5.0.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1049b9..0622957 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,12 +19,12 @@ jobs: lfs: true - name: Install .NET Core - uses: actions/setup-dotnet@v1.8.0 + uses: actions/setup-dotnet@v1.8.2 with: dotnet-version: 3.1.x - name: Install .NET 5 - uses: actions/setup-dotnet@v1.8.0 + uses: actions/setup-dotnet@v1.8.2 with: dotnet-version: 5.0.x