From 2c454bcdfe0b5935aa9c85efcb4a763d17cc217f Mon Sep 17 00:00:00 2001 From: yashtandon113 <82374739+yashtandon113@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:38:03 +0530 Subject: [PATCH] Update samples.yml --- .github/workflows/samples.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/samples.yml b/.github/workflows/samples.yml index 88df7a76..2864b964 100644 --- a/.github/workflows/samples.yml +++ b/.github/workflows/samples.yml @@ -47,8 +47,7 @@ jobs: - name: Install ChromeDriver run: | - wget https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.119/linux64/chromedriver-linux64.zip - unzip chromedriver-linux64.zip + wget https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.58/linux64/chromedriver-linux64.zip cd chromedriver-linux64 sudo mv chromedriver /usr/bin/chromedriver sudo chown root:root /usr/bin/chromedriver