Skip to content

Commit 73e2483

Browse files
committed
pin action steps
1 parent 43b27cd commit 73e2483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter_integration_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: flutter pub get
3535

3636
- name: launch android emulator & run android integration test
37-
uses: reactivecircus/android-emulator-runner@v2
37+
uses: reactivecircus/android-emulator-runner@d7b53ddc6e44254e1f4cf4a6ad67345837027a66
3838
with:
3939
working-directory: ./flutter/example
4040
api-level: 21
@@ -43,7 +43,7 @@ jobs:
4343
script: flutter test integration_test/launch_test.dart
4444

4545
- name: launch ios emulator
46-
uses: futureware-tech/simulator-action@v1
46+
uses: futureware-tech/simulator-action@3899fc55d5bf1b24285a746651728263187ce9f5
4747
with:
4848
model: 'iPhone 8'
4949
os_version: '15.2'

0 commit comments

Comments
 (0)