Skip to content

Commit a05e20d

Browse files
chore(deps): update mariadb docker tag to v11.5 (#286)
[![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.4` -> `11.5` | --- ### 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/cloud-py-api/nc_py_api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6264cab commit a05e20d

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
@@ -48,7 +48,7 @@ jobs:
4848

4949
services:
5050
mariadb:
51-
image: mariadb:11.4
51+
image: mariadb:11.5
5252
env:
5353
MARIADB_ROOT_PASSWORD: rootpassword
5454
MYSQL_DATABASE: nextcloud
@@ -441,7 +441,7 @@ jobs:
441441

442442
services:
443443
mariadb:
444-
image: mariadb:11.4
444+
image: mariadb:11.5
445445
env:
446446
MARIADB_ROOT_PASSWORD: rootpassword
447447
MYSQL_DATABASE: nextcloud

0 commit comments

Comments
 (0)