Bump actions/setup-dotnet from 3 to 4 (#71)

This commit is contained in:
dependabot[bot]
2023-12-11 12:13:09 +00:00
committed by GitHub
parent 7252640afe
commit 9189cbff26

View File

@@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # so that NerdBank.GitVersioning has access to history
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: Restore dependencies