Skip to content

Commit

Permalink
Обновил update-wiki.yml на .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Jan 18, 2025
1 parent 4cea6ee commit bcab36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
update-wiki:
name: Build and Publish JSON blobs to wiki
runs-on: ubuntu-latest

steps:
- name: Checkout Master
uses: actions/[email protected]
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
dotnet-version: 9.0.x

- name: Install Dependencies
run: dotnet restore
Expand Down

0 comments on commit bcab36d

Please sign in to comment.