Skip to content

Commit 6875daa

Browse files
Update actions/setup-dotnet action to v5
1 parent 3768581 commit 6875daa

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
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v6
4141
- name: Set up .NET SDK
42-
uses: actions/setup-dotnet@v4
42+
uses: actions/setup-dotnet@v5
4343
with:
4444
dotnet-version: 8.0.x
4545
- name: NuGet cache

0 commit comments

Comments
 (0)