mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Update action versions across workflows.
This commit is contained in:
parent
e07fa017d1
commit
deb2754b90
10
.github/workflows/format-check.yml
vendored
10
.github/workflows/format-check.yml
vendored
@ -14,11 +14,11 @@ jobs:
|
|||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y --force-yes curl xz-utils libicu-dev git dos2unix libncurses5
|
sudo apt install -y --force-yes curl xz-utils libicu-dev git dos2unix libncurses5
|
||||||
|
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Cache Clang
|
- name: Cache Clang
|
||||||
id: cache-clang
|
id: cache-clang
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: clang
|
path: clang
|
||||||
key: ${{ runner.os }}-clang-13-0-1
|
key: ${{ runner.os }}-clang-13-0-1
|
||||||
@ -31,14 +31,14 @@ jobs:
|
|||||||
mv clang+llvm-13.0.1-x86_64-linux-gnu-ubuntu-18.04 clang
|
mv clang+llvm-13.0.1-x86_64-linux-gnu-ubuntu-18.04 clang
|
||||||
|
|
||||||
- name: Install dotnet
|
- name: Install dotnet
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: "6.0.x"
|
dotnet-version: "6.0.x"
|
||||||
include-prerelease: true
|
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
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version: "16"
|
||||||
- run: npm install -g typescript typescript-formatter
|
- run: npm install -g typescript typescript-formatter
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
git diff > format-diff.txt
|
git diff > format-diff.txt
|
||||||
|
|
||||||
- name: Archive formatting result
|
- name: Archive formatting result
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: format-diff
|
name: format-diff
|
||||||
path: format-diff.txt
|
path: format-diff.txt
|
||||||
|
|||||||
4
.github/workflows/spine-libgdx.yml
vendored
4
.github/workflows/spine-libgdx.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
- name: Set up JDK 1.8
|
- name: Set up JDK 1.8
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
@ -19,7 +19,7 @@ jobs:
|
|||||||
server-password: MAVEN_PASSWORD
|
server-password: MAVEN_PASSWORD
|
||||||
|
|
||||||
- name: Cache Maven packages
|
- name: Cache Maven packages
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.m2
|
path: ~/.m2
|
||||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||||
|
|||||||
6
.github/workflows/spine-ts.yml
vendored
6
.github/workflows/spine-ts.yml
vendored
@ -9,11 +9,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v3
|
||||||
- name: Setup TypeScript
|
- name: Setup TypeScript
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16.6.2'
|
node-version: '16'
|
||||||
- name: Build spine-ts
|
- name: Build spine-ts
|
||||||
working-directory: spine-ts
|
working-directory: spine-ts
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user