Обновил update-wiki.yml на .NET 9
This commit is contained in:
parent
4cea6ee655
commit
bcab36d8f5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-wiki.yml
vendored
4
.github/workflows/update-wiki.yml
vendored
|
|
@ -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/checkout@v3.6.0
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v3.2.0
|
||||
with:
|
||||
dotnet-version: 8.0.x
|
||||
dotnet-version: 9.0.x
|
||||
|
||||
- name: Install Dependencies
|
||||
run: dotnet restore
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue