From d6ef39b5e4bdf65c96830aa75fc8fc6eabc5c386 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:41:18 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v2.1.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d6eae0a0..c808a221e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: submodules: recursive - name: Setup .NET Core - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v2.1.1 with: dotnet-version: ${{ env.DOTNET_SDK_VERSION }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b2a44aa05..1de0a61ef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: submodules: recursive - name: Setup .NET Core - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v2.1.1 with: dotnet-version: ${{ env.DOTNET_SDK_VERSION }}