From 61babfb6e87cf3d3610971ef2758ba74886f8f70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 08:22:03 +0000 Subject: [PATCH] Update mysql Docker tag to v5.7.44 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b6cb56..d1bdb0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: services: mysql: - image: mysql:5.7.10 + image: mysql:5.7.44 ports: # Another version of MySQL is installed on the vm and already uses the port 3306. - 3308:3306