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 }}