From 871925710605628999f3138cc641718c795fab55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 15:33:24 +0000 Subject: [PATCH] Bump shogo82148/actions-setup-mysql from 1.53.1 to 1.54.0 Bumps [shogo82148/actions-setup-mysql](https://github.com/shogo82148/actions-setup-mysql) from 1.53.1 to 1.54.0. - [Release notes](https://github.com/shogo82148/actions-setup-mysql/releases) - [Commits](https://github.com/shogo82148/actions-setup-mysql/compare/v1.53.1...083ec148d28e62f2b24b8f4541693dfe1d50488d) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-mysql dependency-version: 1.54.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 c832f39d4..568ade381 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -153,7 +153,7 @@ jobs: - name: Setup MySQL Server id: setup-mysql - uses: shogo82148/actions-setup-mysql@62da9377d83991fce27b6ed2a397d3306121e41d # v1 + uses: shogo82148/actions-setup-mysql@083ec148d28e62f2b24b8f4541693dfe1d50488d # v1 with: mysql-version: ${{ matrix.mysql }} auto-start: true