Browse Source

Bump getong/mariadb-action from 1.1 to 1.11

Bumps [getong/mariadb-action](https://github.com/getong/mariadb-action) from 1.1 to 1.11.
- [Release notes](https://github.com/getong/mariadb-action/releases)
- [Commits](https://github.com/getong/mariadb-action/compare/v1.1...v1.11)

---
updated-dependencies:
- dependency-name: getong/mariadb-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 1 year ago
parent
commit
e2d9ed5045
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -55,7 +55,7 @@ jobs:
       if: matrix.db-type == 'pgsql'
       run: docker run --rm --name=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=cakephp -p 5432:5432 -d postgres
 
-    - uses: getong/mariadb-action@v1.1
+    - uses: getong/mariadb-action@v1.11
       if: matrix.db-type == 'mariadb'
       with:
         mysql database: 'cakephp'