File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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 8181 - name : Setup Chrome
8282 uses : ./.github/actions/setup-chrome
8383 with :
84- chrome-version : ' 121.0.6167.160 '
84+ chrome-version : ' 121.0.6167.184 '
8585
8686 - name : Create directory link
8787 run : cd ../ && ln -s DevExtreme devextreme
@@ -220,7 +220,7 @@ jobs:
220220 - name : Setup Chrome
221221 uses : ./.github/actions/setup-chrome
222222 with :
223- chrome-version : ' 121.0.6167.160 '
223+ chrome-version : ' 121.0.6167.184 '
224224
225225 - name : Use Node.js
226226 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 9191 - name : Setup Chrome
9292 uses : ./.github/actions/setup-chrome
9393 with :
94- chrome-version : ' 121.0.6167.160 '
94+ chrome-version : ' 121.0.6167.184 '
9595
9696 - name : Use Node.js
9797 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments