Skip to content

Commit dc15f45

Browse files
committed
test: update workflows
1 parent 14ab505 commit dc15f45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- uses: cycjimmy/semantic-release-action@v3
1919
with:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
# Checkout sandbox project
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636
with:
3737
ref: sandbox
3838
submodules: true
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: Packages/dev
4444
run: git checkout ${{ github.sha }}
4545

46-
- uses: actions/cache@v2
46+
- uses: actions/cache@v3
4747
with:
4848
path: Library
4949
key: Library-${{ matrix.unityVersion }}-${{ github.sha }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Run tests
6161
- name: "Run tests"
62-
uses: game-ci/unity-test-runner@main
62+
uses: game-ci/unity-test-runner@v3
6363
with:
6464
unityVersion: ${{ matrix.unityVersion }}
6565
customParameters: -nographics

0 commit comments

Comments
 (0)