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'