Skip to content

Commit

Permalink
Update SDK version for GitHub CI and release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
patchoulish committed Nov 25, 2024
1 parent d84329b commit ef6af5c
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
dotnet-version: '9.x'

- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
dotnet-version: '9.x'

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit ef6af5c

Please sign in to comment.