From 8981136225527c2a7e21fc22a9de45643ab85b31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 15:08:40 +0000 Subject: [PATCH] Update mysql Docker tag to v9 | datasource | package | from | to | | ---------- | ------- | ---- | -- | | docker | mysql | 8 | 9 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 38c54075..edf1e644 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -25,7 +25,7 @@ jobs: mongo: image: mongo mysql: - image: mysql:8 + image: mysql:9 env: MYSQL_ROOT_PASSWORD: 'password' MYSQL_ROOT_HOST: '%'