Skip to content

Commit b4baf76

Browse files
authored
update gcloud github action (#209)
1 parent fcd3989 commit b4baf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ jobs:
499499
name: testapps-${{ matrix.unity_version }}-${{ matrix.build_os }}-${{ steps.device-info.outputs.device_platform }}
500500
- name: Install Cloud SDK
501501
if: steps.device-info.outputs.device_type == 'real'
502-
uses: google-github-actions/setup-gcloud@master
502+
uses: google-github-actions/setup-gcloud@v0
503503
- name: Run Mobile integration tests on Real Device via FTL
504504
if: steps.device-info.outputs.device_type == 'real'
505505
timeout-minutes: 60

0 commit comments

Comments
 (0)