Skip to content

Commit

Permalink
update dotnet version ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-iel committed Sep 24, 2024
1 parent f4cd814 commit 2da761d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup .NET Core SDK 8.0 🔧
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.204
dotnet-version: 8.0.400

- name: Clean Dependencies 📦
run: dotnet clean ${{env.PROJECT_BENCH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ["8.0.204"]
dotnet-version: ["8.0.400"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2da761d

Please sign in to comment.