Skip to content

Commit c3bca67

Browse files
Update actions/setup-dotnet action to v4
1 parent 8c37683 commit c3bca67

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
@@ -70,7 +70,7 @@ jobs:
7070
- name: Checkout
7171
uses: actions/checkout@v4
7272
- name: Setup dotnet SDK
73-
uses: actions/setup-dotnet@v3
73+
uses: actions/setup-dotnet@v4
7474
with:
7575
dotnet-version: |
7676
6.0.x

0 commit comments

Comments
 (0)