Skip to content

Commit eb208cb

Browse files
Mark LanningMark Lanning
authored andcommitted
updated github action
1 parent 0a6f2d2 commit eb208cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v3
2525

26-
- name: Setup .NET 8.0.x
26+
- name: Setup .NET 9.0.x
2727
uses: actions/setup-dotnet@v3
2828
with:
2929
# Semantic version range syntax or exact version of a dotnet version
30-
dotnet-version: '8.0.x'
30+
dotnet-version: '9.0.x'
3131

3232
# You can test your matrix by printing the current dotnet version
3333
- name: Display dotnet version

0 commit comments

Comments
 (0)