chore: Update actions/setup-dotnet action to v2

This commit is contained in:
renovate[bot] 2022-06-30 20:46:07 +00:00 committed by Patrik Svensson
parent b13ff8ebcc
commit a11ae6a93d
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@master
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
5.0.301
@ -79,7 +79,7 @@ jobs:
fetch-depth: 0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
5.0.301

View File

@ -39,7 +39,7 @@ jobs:
fetch-depth: 0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
5.0.301
@ -66,7 +66,7 @@ jobs:
fetch-depth: 0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
5.0.301
@ -111,7 +111,7 @@ jobs:
fetch-depth: 0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
5.0.301