From 451b1b6b3f7edbc645ffcdcb1dad692691ab8366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:29:31 +0000 Subject: [PATCH] Bump nanasess/setup-chromedriver from 2.2.0 to 2.2.1 Bumps [nanasess/setup-chromedriver](https://github.com/nanasess/setup-chromedriver) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/nanasess/setup-chromedriver/releases) - [Commits](https://github.com/nanasess/setup-chromedriver/compare/2c49495f83dd47aa7cee6b3d20cd5a5a3e1e016d...e66222fd7ec9c46b83cc837781ce6930b5d95f90) --- updated-dependencies: - dependency-name: nanasess/setup-chromedriver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 863903c..394e77d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f - - uses: nanasess/setup-chromedriver@2c49495f83dd47aa7cee6b3d20cd5a5a3e1e016d + - uses: nanasess/setup-chromedriver@e66222fd7ec9c46b83cc837781ce6930b5d95f90 - name: Install dependencies run: dart pub get