Update actions/setup-dotnet action to v5
All checks were successful
check main state / build (10.0.x) (push) Successful in 1m38s
Main Build Process / Build & Test (pull_request) Successful in 1m28s

This commit is contained in:
Renovate Bot
2026-02-05 21:01:41 +00:00
parent 73ba6d36a2
commit 2a31e02556
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Setup dotnet - name: Setup dotnet
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v5
with: with:
dotnet-version: '10.0.x' dotnet-version: '10.0.x'
- name: Install dependencies - name: Install dependencies

View File

@@ -28,7 +28,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v5
with: with:
dotnet-version: | dotnet-version: |
10.x 10.x