Skip to content

Commit

Permalink
Build fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-zhao committed Oct 6, 2024
1 parent ea93479 commit a36430b
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 @@ -9,9 +9,9 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4

- uses: actions/setup-dotnet@v1.5.0
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

Expand Down

0 comments on commit a36430b

Please sign in to comment.