Update workflows to use @master
This commit is contained in:
parent
834367d410
commit
e65839d130
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
Library-${{ matrix.projectPath }}-
|
Library-${{ matrix.projectPath }}-
|
||||||
Library-
|
Library-
|
||||||
# - uses: webbertakken/unity-test-runner@v1.3
|
# - uses: webbertakken/unity-test-runner@master
|
||||||
# id: testRunner
|
# id: testRunner
|
||||||
# with:
|
# with:
|
||||||
# projectPath: ${{ matrix.projectPath }}
|
# projectPath: ${{ matrix.projectPath }}
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# name: Test results (all modes)
|
# name: Test results (all modes)
|
||||||
# path: ${{ steps.testRunner.outputs.artifactsPath }}
|
# path: ${{ steps.testRunner.outputs.artifactsPath }}
|
||||||
- uses: webbertakken/unity-builder@v0.10
|
- uses: webbertakken/unity-builder@master
|
||||||
with:
|
with:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
2
.github/workflows/manual_activation.yml
vendored
2
.github/workflows/manual_activation.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
# Request manual activation file
|
# Request manual activation file
|
||||||
- name: Request manual activation file
|
- name: Request manual activation file
|
||||||
id: getManualLicenseFile
|
id: getManualLicenseFile
|
||||||
uses: webbertakken/unity-request-manual-activation-file@v1.1
|
uses: webbertakken/unity-request-manual-activation-file@master
|
||||||
with:
|
with:
|
||||||
unityVersion: ${{ github.event.inputs.unityVersion }}
|
unityVersion: ${{ github.event.inputs.unityVersion }}
|
||||||
# Upload artifact (Unity_v20XX.X.XXXX.alf)
|
# Upload artifact (Unity_v20XX.X.XXXX.alf)
|
||||||
|
Loading…
Reference in New Issue
Block a user