Skip to content

Commit 5f58f44

Browse files
authored
Merge pull request #643 from GitTools/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents edfca6e + a3ada19 commit 5f58f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: git fetch --prune --unshallow
4545

4646
- name: Install .NET SDK 2.1.x, 3.1.x, 5.0.x, and 6.0.x
47-
uses: actions/setup-dotnet@v3
47+
uses: actions/setup-dotnet@v4
4848
with:
4949
dotnet-version: |
5050
2.1.x

0 commit comments

Comments
 (0)