From 24a59d777fa644933b148bb62afe10400900113d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:41:47 +0000 Subject: [PATCH] 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] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2500111e70b..632ca2c9d49 100644 --- a/.github/workflows/ci.yml +++ b/.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'