mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Update action versions in GH workflows.
This commit is contained in:
parent
8e22e7894b
commit
b7482f87d9
5
.github/workflows/format-check.yml
vendored
5
.github/workflows/format-check.yml
vendored
@ -33,8 +33,7 @@ jobs:
|
|||||||
- name: Install dotnet
|
- name: Install dotnet
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: "6.0.x"
|
dotnet-version: "6.0.x"
|
||||||
include-prerelease: true
|
|
||||||
- run: dotnet tool install -g dotnet-format
|
- run: dotnet tool install -g dotnet-format
|
||||||
|
|
||||||
- name: Install Node and dependenceis
|
- name: Install Node and dependenceis
|
||||||
@ -44,7 +43,7 @@ jobs:
|
|||||||
- run: npm install -g typescript typescript-formatter
|
- run: npm install -g typescript typescript-formatter
|
||||||
|
|
||||||
- name: Install JDK
|
- name: Install JDK
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: "16"
|
java-version: "16"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user