Skip to content

Commit 59c7ae1

Browse files
chore(deps): update mariadb docker tag to v11.4 (#261)
[![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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd92a25 commit 59c7ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
services:
5555
mariadb:
56-
image: mariadb:11.3
56+
image: mariadb:11.4
5757
env:
5858
MARIADB_ROOT_PASSWORD: rootpassword
5959
MYSQL_DATABASE: nextcloud
@@ -461,7 +461,7 @@ jobs:
461461

462462
services:
463463
mariadb:
464-
image: mariadb:11.3
464+
image: mariadb:11.4
465465
env:
466466
MARIADB_ROOT_PASSWORD: rootpassword
467467
MYSQL_DATABASE: nextcloud

0 commit comments

Comments
 (0)