From 08719a116915155dd38dc354f7d8263d060e39d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:33:13 +0000 Subject: [PATCH] Bump shogo82148/actions-setup-mysql from 1.53.0 to 1.53.1 Bumps [shogo82148/actions-setup-mysql](https://github.com/shogo82148/actions-setup-mysql) from 1.53.0 to 1.53.1. - [Release notes](https://github.com/shogo82148/actions-setup-mysql/releases) - [Commits](https://github.com/shogo82148/actions-setup-mysql/compare/3dcedf762c5e82d781a9e414462785b30208e79c...62da9377d83991fce27b6ed2a397d3306121e41d) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-mysql dependency-version: 1.53.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f69e3a2b3..19d9dabd1 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@3dcedf762c5e82d781a9e414462785b30208e79c # v1 + uses: shogo82148/actions-setup-mysql@62da9377d83991fce27b6ed2a397d3306121e41d # v1 with: mysql-version: ${{ matrix.mysql }} auto-start: true