Update actions/setup-dotnet action to v4

This commit is contained in:
renovate[bot] 2023-12-04 15:41:46 +00:00 committed by GitHub
parent 79955e8710
commit ccbfccb71f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
- run: git fetch --tags
- name: Setup .NET
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4
with:
dotnet-version: 7.0.x

View File

@ -18,7 +18,7 @@ jobs:
# We do not need to fetch tags, as we're already at a tagged build - it should be available automatically
- name: Setup .NET
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4
with:
dotnet-version: 7.0.x