From e24d8bad828c6a22539913e67dfb81e600553834 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:35:44 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.6 --- .github/workflows/analysis-coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 8022f3f3..aa1db964 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -48,7 +48,7 @@ jobs: services: mariadb: - image: mariadb:11.5 + image: mariadb:11.6 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud @@ -444,7 +444,7 @@ jobs: services: mariadb: - image: mariadb:11.5 + image: mariadb:11.6 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud