This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 00f3b77be43 Bump setup-chromedriver to v2 (#27973)
00f3b77be43 is described below

commit 00f3b77be438ac994f8fe60487ca624b858c20c1
Author: Yi Hu <ya...@google.com>
AuthorDate: Fri Aug 11 13:54:10 2023 -0400

    Bump setup-chromedriver to v2 (#27973)
---
 .github/workflows/playground_frontend_test.yml   | 2 +-
 .github/workflows/tour_of_beam_frontend_test.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/playground_frontend_test.yml 
b/.github/workflows/playground_frontend_test.yml
index e904a596a65..ee5f956ef29 100644
--- a/.github/workflows/playground_frontend_test.yml
+++ b/.github/workflows/playground_frontend_test.yml
@@ -84,7 +84,7 @@ jobs:
         working-directory: playground/frontend
         run: flutter test
 
-      - uses: nanasess/setup-chromedriver@v1
+      - uses: nanasess/setup-chromedriver@v2
 
       - name: 'Integration tests'
         run: |
diff --git a/.github/workflows/tour_of_beam_frontend_test.yml 
b/.github/workflows/tour_of_beam_frontend_test.yml
index 701556ebd5b..460ec4b507a 100644
--- a/.github/workflows/tour_of_beam_frontend_test.yml
+++ b/.github/workflows/tour_of_beam_frontend_test.yml
@@ -62,7 +62,7 @@ jobs:
           cd playground/frontend/playground_components_dev && flutter pub get 
&& cd -
           cd learning/tour-of-beam/frontend && flutter pub get && cd -
 
-      - uses: nanasess/setup-chromedriver@v1
+      - uses: nanasess/setup-chromedriver@v2
 
       - name: 'Integration tests'
         run: |

Reply via email to