File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5454 if : ${{ inputs.browser == 'chrome' }}
5555 uses : ./.github/actions/setup-chrome
5656 with :
57- chrome-version : ' 121.0.6167.160 '
57+ chrome-version : ' 121.0.6167.184 '
5858
5959 - name : Setup Firefox profile
6060 if : ${{ inputs.browser == 'firefox' }}
Original file line number Diff line number Diff line change 6666 - name : Setup Chrome
6767 uses : ./.github/actions/setup-chrome
6868 with :
69- chrome-version : ' 121.0.6167.160 '
69+ chrome-version : ' 121.0.6167.184 '
7070
7171 - name : Use Node.js
7272 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ jobs:
303303 - name : Setup Chrome
304304 uses : ./.github/actions/setup-chrome
305305 with :
306- chrome-version : ' 121.0.6167.160 '
306+ chrome-version : ' 121.0.6167.184 '
307307
308308 - name : Restore npm cache
309309 uses : actions/cache@v4
Original file line number Diff line number Diff line change 7777 - name : Setup Chrome
7878 uses : ./.github/actions/setup-chrome
7979 with :
80- chrome-version : ' 121.0.6167.160 '
80+ chrome-version : ' 121.0.6167.184 '
8181
8282 - name : Use Node.js
8383 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 5050 - name : Setup Chrome
5151 uses : ./devextreme/.github/actions/setup-chrome
5252 with :
53- chrome-version : ' 121.0.6167.160 '
53+ chrome-version : ' 121.0.6167.184 '
5454
5555 - name : DevExtreme - Install packages
5656 working-directory : devextreme
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 - name : Setup Chrome
142142 uses : ./.github/actions/setup-chrome
143143 with :
144- chrome-version : ' 121.0.6167.160 '
144+ chrome-version : ' 121.0.6167.184 '
145145
146146 - name : Use Node.js
147147 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments