Skip to content

Commit

Permalink
test: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Oct 25, 2023
1 parent 14ab505 commit dc15f45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
# Checkout sandbox project
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: sandbox
submodules: true
Expand All @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit dc15f45

Please sign in to comment.