From d164296d7ef69e75fc58666a9719e500a0e1b3ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 May 2022 10:21:58 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v2.1.0 --- .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 fa37e664e..568474bec 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.0.0 + uses: actions/setup-dotnet@v2.1.0 with: dotnet-version: ${{ env.DOTNET_SDK_VERSION }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 840fb56a9..d085cf01e 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.0.0 + uses: actions/setup-dotnet@v2.1.0 with: dotnet-version: ${{ env.DOTNET_SDK_VERSION }}