Skip to content

Commit 2d0fd8c

Browse files
chore(deps): update actions/setup-dotnet action to v4
1 parent 8c890ea commit 2d0fd8c

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
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v3
17+
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: "8.0.x"
2020

0 commit comments

Comments
 (0)