From 59c7ae1ebfaae2b165d2c55dcbd7a28d3eb0ae23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 19:33:53 +0300 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.4 (#261) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | mariadb | service | minor | `11.3` -> `11.4` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cloud-py-api/nc_py_api). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 37f16595..bda757b6 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -53,7 +53,7 @@ jobs: services: mariadb: - image: mariadb:11.3 + image: mariadb:11.4 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud @@ -461,7 +461,7 @@ jobs: services: mariadb: - image: mariadb:11.3 + image: mariadb:11.4 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud