From ed31c42ead061178bc28229b6bd21ba525964644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:34:58 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 1 to 2.1.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 2.1.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1...v2.1.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/api-docs.yml | 2 +- .github/workflows/dotnet-core.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 93b171ef2..ec0043cf9 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Setup .NET Core - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v2.1.1 with: dotnet-version: 6.0.100 diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 4f5b06735..d975b6ad8 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup .NET Core - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v2.1.1 with: dotnet-version: 6.0.100 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9080c5df9..33d7a1df5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}" - name: Setup dotnet - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v2.1.1 with: dotnet-version: 6.0.100