mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +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 install -y --force-yes curl xz-utils libicu-dev git dos2unix libncurses5
|
||||
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Cache Clang
|
||||
id: cache-clang
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: clang
|
||||
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
|
||||
|
||||
- name: Install dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: "6.0.x"
|
||||
include-prerelease: true
|
||||
- run: dotnet tool install -g dotnet-format
|
||||
|
||||
- name: Install Node and dependenceis
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16"
|
||||
- run: npm install -g typescript typescript-formatter
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
git diff > format-diff.txt
|
||||
|
||||
- name: Archive formatting result
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: format-diff
|
||||
path: format-diff.txt
|
||||
|
||||
4
.github/workflows/spine-libgdx.yml
vendored
4
.github/workflows/spine-libgdx.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
@ -19,7 +19,7 @@ jobs:
|
||||
server-password: MAVEN_PASSWORD
|
||||
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.m2
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup TypeScript
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16.6.2'
|
||||
node-version: '16'
|
||||
- name: Build spine-ts
|
||||
working-directory: spine-ts
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user