From 1166457c88e1ef14dce234435eb1f9be3f967449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:45:12 +0000 Subject: [PATCH] Bump shogo82148/actions-setup-mysql from 1.51.0 to 1.52.0 Bumps [shogo82148/actions-setup-mysql](https://github.com/shogo82148/actions-setup-mysql) from 1.51.0 to 1.52.0. - [Release notes](https://github.com/shogo82148/actions-setup-mysql/releases) - [Commits](https://github.com/shogo82148/actions-setup-mysql/compare/c80f44ab210a360ef966c5b9f48a2ae21123b533...b35e23af29aa7b32dc3c434e87a53e12d5706911) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-mysql dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index 6c47da21..6097704c 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -76,7 +76,7 @@ jobs: - name: Setup MySQL Server id: setup-mysql if: ${{ inputs.dbtype != 'sqlite' }} - uses: shogo82148/actions-setup-mysql@c80f44ab210a360ef966c5b9f48a2ae21123b533 # v1 + uses: shogo82148/actions-setup-mysql@b35e23af29aa7b32dc3c434e87a53e12d5706911 # v1 with: mysql-version: '8.0' # Standard MySQL version for these tests auto-start: true