Skip to content

Commit

Permalink
change versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Earu authored Oct 5, 2024
1 parent b0733de commit b147771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:

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

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.8' # Specify the required .NET SDK version
dotnet-version: '8.x' # Specify the required .NET SDK version

- name: Install dependencies
run: dotnet restore
Expand Down

0 comments on commit b147771

Please sign in to comment.