Skip to content

Commit db340db

Browse files
authored
Update .NET setup action and version in workflow
1 parent 04d4ee2 commit db340db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows_x86.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
working-directory: ${{ github.workspace }}
6262

6363
- name: Use .NET 8.x
64-
uses: actions/setup-dotnet@v5
64+
uses: actions/setup-dotnet@v3
6565
with:
66-
dotnet-version: '8.0.416'
66+
dotnet-version: '8.x'
6767
env:
6868
PROCESSOR_ARCHITECTURE: x86 # x86 .NET
6969

0 commit comments

Comments
 (0)