From c052005a2db4e809fa0ce86ad7ee5e6c75b7a8a8 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 23 Jul 2024 19:24:05 +0100 Subject: [PATCH] this could be it! --- .gitea/workflows/execute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/execute.yml b/.gitea/workflows/execute.yml index 791caf0..6d28009 100644 --- a/.gitea/workflows/execute.yml +++ b/.gitea/workflows/execute.yml @@ -9,7 +9,7 @@ jobs: matrix: python-version: [ "3.12" ] env: - EDGEDRIVER_VERSION: 127.0.2651.31 + EDGEDRIVER_VERSION: 126.0.2592.102 steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}