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:
1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222
2323 - name : Setup Node.js
24- uses : actions/setup-node@v3
24+ uses : actions/setup-node@v4
2525 with :
2626 node-version : ' 22'
2727 cache : ' npm'
2828 cache-dependency-path : example/package-lock.json
2929
3030 - name : Cache CocoaPods
31- uses : actions/cache@v3
31+ uses : actions/cache@v4
3232 with :
3333 path : |
3434 example/ios/Pods
@@ -83,17 +83,17 @@ jobs:
8383
8484 steps :
8585 - name : Checkout repository
86- uses : actions/checkout@v3
86+ uses : actions/checkout@v4
8787
8888 - name : Setup Node.js
89- uses : actions/setup-node@v3
89+ uses : actions/setup-node@v4
9090 with :
91- node-version : ' 18 '
91+ node-version : ' 22 '
9292 cache : ' npm'
9393 cache-dependency-path : example/package-lock.json
9494
9595 - name : Setup Java
96- uses : actions/setup-java@v3
96+ uses : actions/setup-java@v4
9797 with :
9898 distribution : ' zulu'
9999 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments