Skip to content

Commit a7ce7fa

Browse files
committed
- Revert back to actions/setup-dotnet@v3
1 parent 486b8fb commit a7ce7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v4
5757

5858
- name: Setup .NET Core
59-
uses: actions/setup-dotnet@v4
59+
uses: actions/setup-dotnet@v3
6060
with:
6161
dotnet-version: '9.0.x'
6262
include-prerelease: true

0 commit comments

Comments
 (0)