Skip to content

Commit 3c6dcf0

Browse files
authored
Update actions/setup-dotnet action to v3 (#12)
2 parents 755930f + cd29c7e commit 3c6dcf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config --global user.name github-actions
2222
git config --global user.email github-actions@github.com
2323
- name: Setup .NET
24-
uses: actions/setup-dotnet@v2
24+
uses: actions/setup-dotnet@v3
2525
with:
2626
dotnet-version: 6.0.x
2727
- name: Restore dependencies

0 commit comments

Comments
 (0)