Skip to content

Commit

Permalink
feat: update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
EngRajabi committed May 16, 2024
1 parent 001e97b commit e5736e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.101'
dotnet-version: '8.0.102'

- name: Install Dependencies
run: dotnet restore
Expand Down

0 comments on commit e5736e4

Please sign in to comment.