Skip to content

Commit 8e489d5

Browse files
authored
Merge pull request #65 from Margen67/ci
Update GitHub Actions
2 parents 4a35d94 + 693e41f commit 8e489d5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ on:
55
workflow_dispatch:
66
pull_request_target:
77
types: [labeled]
8-
8+
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
if: github.event_name != 'pull_request_target' || contains(github.event.pull_request.labels.*.name, 'safe to test')
1313
steps:
1414
- name: Checkout repository
1515
if: ${{ github.event_name != 'pull_request_target' }}
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717
- name: Checkout repository (Pull Request Target)
1818
if: ${{ github.event_name == 'pull_request_target' }}
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
with:
21-
ref: "refs/pull/${{ github.event.number }}/merge"
21+
ref: refs/pull/${{ github.event.number }}/merge
2222

2323
- uses: actions/cache@v5
2424
with:
25-
path: ./Library
25+
path: Library
2626
key: Library
27-
- uses: game-ci/unity-test-runner@v2
27+
- uses: game-ci/unity-test-runner@v4
2828
env:
2929
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
3030
with:

0 commit comments

Comments
 (0)