test: update workflows

main
mob-sakai 2023-10-26 02:36:38 +09:00
parent 14ab505fbf
commit dc15f45cbd
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cycjimmy/semantic-release-action@v3
with:

View File

@ -32,7 +32,7 @@ jobs:
steps:
# Checkout sandbox project
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: sandbox
submodules: true
@ -43,7 +43,7 @@ jobs:
working-directory: Packages/dev
run: git checkout ${{ github.sha }}
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: Library
key: Library-${{ matrix.unityVersion }}-${{ github.sha }}
@ -59,7 +59,7 @@ jobs:
# Run tests
- name: "Run tests"
uses: game-ci/unity-test-runner@main
uses: game-ci/unity-test-runner@v3
with:
unityVersion: ${{ matrix.unityVersion }}
customParameters: -nographics