From 311dd74431a58b2338f476620016c874188462bc Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:21:35 +0000 Subject: [PATCH] Bump playwright version to 1.40.1 (#929) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the playwright version in the goss test Made with ❤️️ by updatecli * chore: Update the playwright version in the provision-env.yml file Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> Co-authored-by: Damien Duportal --- goss/goss-linux.yaml | 2 +- provisioning/tools-versions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/goss/goss-linux.yaml b/goss/goss-linux.yaml index 45b99b8fc..3fa591239 100644 --- a/goss/goss-linux.yaml +++ b/goss/goss-linux.yaml @@ -148,7 +148,7 @@ command: exec: playwright --version exit-status: 0 stdout: - - 1.40.0 + - 1.40.1 python3: exec: python3 --version exit-status: 0 diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 192bd5b21..512502068 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -36,4 +36,4 @@ updatecli_version: 0.67.1 vagrant_version: 2.4.0 windows_pwsh_version: 7.4.0 yq_version: 4.25.3 -playwright_version: 1.40.0 +playwright_version: 1.40.1