From 22433d68036f315f69f91b5410022aa30c3f666e Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:39:31 +0200 Subject: [PATCH] Bump playwright version to 1.43.1 (#1131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the playwright version in the tools-versions.yml file Made with ❤️️ by updatecli * chore: Update the playwright version in the goss test Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- 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 bd7d2004f..437aa0972 100644 --- a/goss/goss-linux.yaml +++ b/goss/goss-linux.yaml @@ -99,7 +99,7 @@ command: exec: playwright --version exit-status: 0 stdout: - - 1.43.0 + - 1.43.1 python3: exec: python3 --version exit-status: 0 diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index 77e9f03b1..dfe938ec8 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -48,4 +48,4 @@ vagrant_version: 2.4.1 windows_pwsh_version: 7.4.2 xq_version: 1.2.3 yq_version: 4.42.1 -playwright_version: 1.43.0 +playwright_version: 1.43.1