Skip to content

Commit 85ce657

Browse files
chore: use deterministic dotnet version in ci
1 parent 2daf214 commit 85ce657

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4
25+
- uses: actions/setup-dotnet@v4
26+
with:
27+
dotnet-version: 8.x
2528
# Build
2629
- run: dotnet build --configuration Release
2730
# Test

0 commit comments

Comments
 (0)