Skip to content

Commit c863670

Browse files
Update actions/setup-dotnet action to v5
1 parent 095a522 commit c863670

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
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Install .NET SDKs
31-
uses: actions/setup-dotnet@v4.3.0
31+
uses: actions/setup-dotnet@v5.0.0
3232
with:
3333
dotnet-version: |
3434
6.0.x

0 commit comments

Comments
 (0)