File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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 @@ -136,7 +136,7 @@ jobs:
136136 - name : Setup Chrome
137137 uses : ./.github/actions/setup-chrome
138138 with :
139- chrome-version : ' 121.0.6167.160 '
139+ chrome-version : ' 121.0.6167.184 '
140140
141141 - name : Use Node.js
142142 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 - name : Setup Chrome
123123 uses : ./.github/actions/setup-chrome
124124 with :
125- chrome-version : ' 121.0.6167.160 '
125+ chrome-version : ' 121.0.6167.184 '
126126
127127 - name : Use Node.js
128128 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments