From f9cf3951f44808942dde18044fac5f4bb7ca336e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:39:31 +0000 Subject: [PATCH] Bump shogo82148/actions-setup-mysql from 1.50.0 to 1.51.0 Bumps [shogo82148/actions-setup-mysql](https://github.com/shogo82148/actions-setup-mysql) from 1.50.0 to 1.51.0. - [Release notes](https://github.com/shogo82148/actions-setup-mysql/releases) - [Commits](https://github.com/shogo82148/actions-setup-mysql/compare/9c42ca180d5f1dd4dceb54c23c5eda0384f4d265...c80f44ab210a360ef966c5b9f48a2ae21123b533) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-mysql dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 5ca3af643..55a2dbb60 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -152,7 +152,7 @@ jobs: - name: Setup MySQL Server id: setup-mysql - uses: shogo82148/actions-setup-mysql@9c42ca180d5f1dd4dceb54c23c5eda0384f4d265 # v1 + uses: shogo82148/actions-setup-mysql@c80f44ab210a360ef966c5b9f48a2ae21123b533 # v1 with: mysql-version: ${{ matrix.mysql }} auto-start: true