Skip to content

Commit

Permalink
update workflows to .NET 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioTheDeadPoet committed Dec 22, 2024
1 parent 0cb4ff2 commit 076ef39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
8.0.x
9.0.x
- name: Setup Node 16.x
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
8.0.x
9.0.x
- name: Setup Node 16.x
uses: actions/setup-node@v1
Expand Down

0 comments on commit 076ef39

Please sign in to comment.