-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore: Fix chrome version to 129 #38183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
de463ba
675b2d8
5b9da46
580ecfd
8c021cc
a7b6b81
62b8944
7ee2433
8b373f9
0f12909
8b02cb3
9c2aad1
14f9a4b
16086af
9371d79
17c36dd
002c6f9
abb481d
0e934ef
62ecc60
74d2c06
cc4ac10
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -223,7 +223,7 @@ jobs: | |||||
|
|
||||||
| - uses: browser-actions/setup-chrome@latest | ||||||
| with: | ||||||
| chrome-version: stable | ||||||
| chrome-version: 130 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Chrome version (130) doesn't match PR objective (129) The PR objective states that Chrome version should be fixed to 129, but this line sets it to 130. Apply this change to align with PR objective: - chrome-version: 130
+ chrome-version: 129📝 Committable suggestion
Suggested change
|
||||||
| - run: | | ||||||
| echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chrome version (130) doesn't match PR objective (129)
The PR objective states that Chrome version should be fixed to 129, but this line sets it to 130.
Apply this change to align with PR objective:
📝 Committable suggestion