File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ jobs:
18
18
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
- name : Setup Node.js
24
- uses : actions/setup-node@v3
24
+ uses : actions/setup-node@v4
25
25
with :
26
26
node-version : ' 22'
27
27
cache : ' npm'
28
28
cache-dependency-path : example/package-lock.json
29
29
30
30
- name : Cache CocoaPods
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : |
34
34
example/ios/Pods
@@ -83,17 +83,17 @@ jobs:
83
83
84
84
steps :
85
85
- name : Checkout repository
86
- uses : actions/checkout@v3
86
+ uses : actions/checkout@v4
87
87
88
88
- name : Setup Node.js
89
- uses : actions/setup-node@v3
89
+ uses : actions/setup-node@v4
90
90
with :
91
- node-version : ' 18 '
91
+ node-version : ' 22 '
92
92
cache : ' npm'
93
93
cache-dependency-path : example/package-lock.json
94
94
95
95
- name : Setup Java
96
- uses : actions/setup-java@v3
96
+ uses : actions/setup-java@v4
97
97
with :
98
98
distribution : ' zulu'
99
99
java-version : ' 17'
You can’t perform that action at this time.
0 commit comments