From 13c9abc491e6f49ae5e37758b4cb32980d07dd86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 23:13:49 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 2.1.0 to 2.1.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2.1.0...v2.1.1) --- 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.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a740e5e..59415c3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: name: ${{ matrix.job.name }} runs-on: ${{ matrix.job.os }} steps: - - uses: actions/setup-dotnet@v2.1.0 + - uses: actions/setup-dotnet@v2.1.1 with: dotnet-version: | 3.1.422 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92151252..fd836c6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: release: runs-on: ubuntu-20.04 steps: - - uses: actions/setup-dotnet@v2.1.0 + - uses: actions/setup-dotnet@v2.1.1 with: dotnet-version: 6.0.400 - uses: actions/checkout@v3.0.2