From c74cfeb32944d1a9d61a7fb00c3f78c9aa33f8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:15:53 +0000 Subject: [PATCH] Build(deps): Bump getong/mariadb-action from 1.2 to 1.11 Bumps [getong/mariadb-action](https://github.com/getong/mariadb-action) from 1.2 to 1.11. - [Release notes](https://github.com/getong/mariadb-action/releases) - [Commits](https://github.com/getong/mariadb-action/compare/v1.2...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/api-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 16ecd3bf5..bc2c0b8b0 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -62,7 +62,7 @@ jobs: ### MySQL specific setup - name: Setup mysql if: matrix.database == 'mysql' - uses: getong/mariadb-action@v1.2 + uses: getong/mariadb-action@v1.11 with: mariadb version: '10.5' host port: ${{ env.MYSQL_PORT }}