Update action.yml

master
Vitalii Mikhailov 1 year ago committed by GitHub
parent 5a914287d6
commit e5b6721322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,7 +37,7 @@ inputs:
depotdownloader-version: depotdownloader-version:
description: '' description: ''
default: '2.5.0' default: '2.7.1'
opencover-version: opencover-version:
description: '' description: ''
default: '4.7.922' default: '4.7.922'
@ -51,17 +51,17 @@ runs:
submodules: 'recursive' submodules: 'recursive'
- name: Setup .NET Core 3.1 - name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: 3.1.x dotnet-version: 3.1.x
- name: Setup .NET 5 - name: Setup .NET 5
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: 5.x.x dotnet-version: 5.x.x
- name: Setup .NET 6 - name: Setup .NET 6
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v4
with: with:
dotnet-version: 6.x.x dotnet-version: 6.x.x
@ -70,6 +70,11 @@ runs:
with: with:
dotnet-version: 7.x.x dotnet-version: 7.x.x
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x.x
- name: Ensure NuGet Source - name: Ensure NuGet Source
uses: fabriciomurta/ensure-nuget-source@v1 uses: fabriciomurta/ensure-nuget-source@v1
with: with:
@ -77,7 +82,7 @@ runs:
url: 'https://api.nuget.org/v3/index.json' url: 'https://api.nuget.org/v3/index.json'
- name: Setup BUTR GPR - name: Setup BUTR GPR
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v4
with: with:
source-url: https://nuget.pkg.github.com/BUTR/index.json source-url: https://nuget.pkg.github.com/BUTR/index.json
env: env:

Loading…
Cancel
Save