@@ -29,13 +29,12 @@ jobs:
2929 XCODE_VERSION : 15.3
3030 IOS_VERSION : 17.4
3131 IPHONE_MODEL : iPhone 15 Plus
32- GLOBAL_DEFAULT_TIMEOUT : 600
3332
3433 steps :
35- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3635
3736 - name : Install Node.js
38- uses : actions/setup-node@v3
37+ uses : actions/setup-node@v4
3938 with :
4039 node-version : ' lts/*'
4140
@@ -99,15 +98,15 @@ jobs:
9998 ARCH : x86
10099
101100 steps :
102- - uses : actions/checkout@v3
101+ - uses : actions/checkout@v4
103102
104- - uses : actions/setup-java@v3
103+ - uses : actions/setup-java@v4
105104 with :
106105 distribution : ' temurin'
107106 java-version : ' 17'
108107
109108 - name : Install Node.js
110- uses : actions/setup-node@v3
109+ uses : actions/setup-node@v4
111110 with :
112111 node-version : ' lts/*'
113112
@@ -146,7 +145,7 @@ jobs:
146145 script : echo "Generated AVD snapshot for caching."
147146
148147 - name : Set up Python 3.12
149- uses : actions/setup-python@v3
148+ uses : actions/setup-python@v5
150149 with :
151150 python-version : 3.12
152151
@@ -221,7 +220,7 @@ jobs:
221220 sudo udevadm trigger --name-match=kvm
222221
223222 - name : Set up Python 3.12
224- uses : actions/setup-python@v3
223+ uses : actions/setup-python@v5
225224 with :
226225 python-version : 3.12
227226
0 commit comments