Skip to content

Commit 3722f6c

Browse files
Merge pull request #3033 from Azure/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 41e03de + ea8daf2 commit 3722f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: 16.x
1919

2020
- name: Setup .NET Core
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v4
2222
with:
2323
dotnet-version: '5.0.x'
2424

0 commit comments

Comments
 (0)