File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 - name : Install Chrome
7878 uses : browser-actions/setup-chrome@v2.1.1 # https://github.com/browser-actions/setup-chrome
7979 with :
80- chrome-version : ' 145 .0.7632.117 ' # Must match version in mise.toml
80+ chrome-version : ' 147 .0.7727.56 ' # Must match version in mise.toml
8181 install-dependencies : false # Default: false
8282 install-chromedriver : false # Default: false
8383
Original file line number Diff line number Diff line change 8787 - name : Install Chrome
8888 uses : browser-actions/setup-chrome@v2.1.1 # https://github.com/browser-actions/setup-chrome
8989 with :
90- chrome-version : ' 145 .0.7632.117 ' # Must match version in mise.toml
90+ chrome-version : ' 147 .0.7727.56 ' # Must match version in mise.toml
9191 install-dependencies : false # Default: false
9292 install-chromedriver : false # Default: false
9393
Original file line number Diff line number Diff line change 7878 - name : Install Chrome
7979 uses : browser-actions/setup-chrome@v2.1.1 # https://github.com/browser-actions/setup-chrome
8080 with :
81- chrome-version : ' 145 .0.7632.117 ' # Must match version in mise.toml
81+ chrome-version : ' 147 .0.7727.56 ' # Must match version in mise.toml
8282 install-dependencies : false # Default: false
8383 install-chromedriver : false # Default: false
8484
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ maven = "3.9.12"
44
55# for integration tests
66python = " 3.6.15"
7- # must match version in .github/workflows/integration-tests-h2 .yml
8- chromedriver = " 145 .0.7632.117 "
7+ # must match version in .github/workflows/integration-tests-* .yml
8+ chromedriver = " 147 .0.7727.56 "
99
1010#
1111# Project tasks
You can’t perform that action at this time.
0 commit comments