diff --git a/.github/workflows/samples.yml b/.github/workflows/samples.yml index b656259c..6ae77951 100644 --- a/.github/workflows/samples.yml +++ b/.github/workflows/samples.yml @@ -47,7 +47,7 @@ jobs: - name: Install ChromeDriver run: | - wget https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.60/linux64/chromedriver-linux64.zip + wget https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.63/linux64/chromedriver-linux64.zip unzip chromedriver-linux64.zip cd chromedriver-linux64 sudo mv chromedriver /usr/bin/chromedriver