Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: browser-actions/setup-chrome
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: setup-chrome-v1.3.0
Choose a base ref
...
head repository: browser-actions/setup-chrome
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: setup-chrome-v1.4.0
Choose a head ref
  • 4 commits
  • 16 files changed
  • 3 contributors

Commits on Dec 2, 2023

  1. chore(ci): Add manual-trigger test (#441)

    This PR add manual-triggered test to run the action with a specified OS and version.
    ueokande authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    b41f0b9 View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump the actions group with 1 update (#406)

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    f318cc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. feat: Support to install by a specific version (#444)

    This supports to install the browser by a specific version.  It is helpful to check the compatibility between major versions.  User can specific the version by a major version like `119`, or more specific version including minor, patch, and build version like `120.0.6099` or `121.0.6100.0`.  Available versions are published in [Chrome for Testing][] and the version is resolved from them.
    
    [Chrome for Testing]: https://googlechromelabs.github.io/chrome-for-testing/
    ueokande authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    775b8fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7cd83a View commit details
    Browse the repository at this point in the history
Loading