From f5e971c5b1a2e09a67bbb6695f71d725f1b8a3bc Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:12:06 +0200 Subject: [PATCH] Bump playwright version to 1.47.1 (#1401) 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 tools-versions.yml file Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- provisioning/tools-versions.yml | 2 +- tests/goss-linux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/tools-versions.yml b/provisioning/tools-versions.yml index d041704ca..622219da3 100644 --- a/provisioning/tools-versions.yml +++ b/provisioning/tools-versions.yml @@ -48,5 +48,5 @@ vagrant_version: 2.4.1 windows_pwsh_version: 7.4.5 xq_version: 1.2.3 yq_version: 4.42.1 -playwright_version: 1.47.0 +playwright_version: 1.47.1 vs_buildtools_version: 16 diff --git a/tests/goss-linux.yaml b/tests/goss-linux.yaml index 5c585b671..e5b30a2c6 100644 --- a/tests/goss-linux.yaml +++ b/tests/goss-linux.yaml @@ -92,7 +92,7 @@ command: exec: playwright --version exit-status: 0 stdout: - - 1.47.0 + - 1.47.1 python3: exec: python3 --version exit-status: 0