From bb8e626259755b7517aa50175a306b9f35c66c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:02:38 +0000 Subject: [PATCH] build(deps): bump getong/mariadb-action from 1.1 to 1.2 Bumps [getong/mariadb-action](https://github.com/getong/mariadb-action) from 1.1 to 1.2. - [Release notes](https://github.com/getong/mariadb-action/releases) - [Commits](https://github.com/getong/mariadb-action/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: getong/mariadb-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/setup-nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-nextcloud.yml b/.github/workflows/setup-nextcloud.yml index eb44ffc..2bbb6c2 100644 --- a/.github/workflows/setup-nextcloud.yml +++ b/.github/workflows/setup-nextcloud.yml @@ -50,7 +50,7 @@ jobs: - name: Setup mysql if: matrix.database == 'mysql' - uses: getong/mariadb-action@v1.1 + uses: getong/mariadb-action@v1.2 with: host port: 3800 mysql database: ${{ env.MYSQL_DATABASE }}