| commit | e64288f1257a8225823fdb685fd0c494cee1b42f | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Thu Aug 31 14:30:04 2023 -0700 |
| committer | GitHub <noreply@github.com> | Thu Aug 31 14:30:04 2023 -0700 |
| tree | 607821624fe7674dc8b36d99152f68ed1c06d3d8 | |
| parent | 709c5956dff74d98cc16fc120b821fa5d2aa9746 [diff] |
Bump nanasess/setup-chromedriver from 2.0.0 to 2.2.0 (#107) Bumps [nanasess/setup-chromedriver](https://github.com/nanasess/setup-chromedriver) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/nanasess/setup-chromedriver/releases) - [Commits](https://github.com/nanasess/setup-chromedriver/compare/95301782a076fbe8c9ecf54395a4689f7b195285...2c49495f83dd47aa7cee6b3d20cd5a5a3e1e016d) --- updated-dependencies: - dependency-name: nanasess/setup-chromedriver dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7fc2ece..e5c15dd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml
@@ -17,7 +17,7 @@ steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f - - uses: nanasess/setup-chromedriver@95301782a076fbe8c9ecf54395a4689f7b195285 + - uses: nanasess/setup-chromedriver@2c49495f83dd47aa7cee6b3d20cd5a5a3e1e016d - name: Install dependencies run: dart pub get