Skip to content

Commit 97eaf19

Browse files
Update actions/setup-dotnet action to v3
1 parent c35b3b8 commit 97eaf19

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
@@ -66,7 +66,7 @@ jobs:
6666
- name: Checkout
6767
uses: actions/checkout@v3
6868
- name: Setup dotnet SDK
69-
uses: actions/setup-dotnet@v1
69+
uses: actions/setup-dotnet@v3
7070
with:
7171
dotnet-version: |
7272
6.0.x

0 commit comments

Comments
 (0)