From 2265e364c2982c4ed2bd14ed0b642104255b76a1 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 23 Jul 2024 22:31:16 +0100 Subject: [PATCH] trying to match up the version numbers --- .gitea/workflows/chrome-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/chrome-tests.yml b/.gitea/workflows/chrome-tests.yml index 7a57318..ec68c00 100644 --- a/.gitea/workflows/chrome-tests.yml +++ b/.gitea/workflows/chrome-tests.yml @@ -9,7 +9,7 @@ jobs: matrix: python-version: [ "3.12" ] env: - CHROMEDRIVER_VERSION: 114.0.5735.90 + CHROMEDRIVER_VERSION: 113.0.5672.0 CHROME_VERSION: 113.0.5672.0 steps: - uses: actions/checkout@v4