Skip to content

Commit f68626e

Browse files
committed
fix version
1 parent d29b884 commit f68626e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
machine-types: '["ubuntu-24.04"]'
1616
timeout-minutes: 60
17-
dotnet-version: 9.0.4
17+
dotnet-version: 9.0.203
1818

1919
build-and-test-windows:
2020
name: Build and Test (Windows)
@@ -27,7 +27,7 @@ jobs:
2727
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
2828
# supported by GHA.
2929
test-filter: "FullyQualifiedName!~SecurityScanningTests"
30-
dotnet-version: 9.0.4
30+
dotnet-version: 9.0.203
3131

3232
codespell:
3333
name: Codespell

0 commit comments

Comments
 (0)