From 8bac97a8c5f4554cdaa9288b2895a5386bd9bf8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 04:03:43 +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/62da9377d83991fce27b6ed2a397d3306121e41d...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/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index f2541f7..186dd3c 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -65,7 +65,7 @@ jobs: - name: Setup MySQL Server if: steps.check_behat_file.outputs.files_exists == 'true' - uses: shogo82148/actions-setup-mysql@62da9377d83991fce27b6ed2a397d3306121e41d # v1 + uses: shogo82148/actions-setup-mysql@083ec148d28e62f2b24b8f4541693dfe1d50488d # v1 with: mysql-version: '8.0' # Standard MySQL version for these tests auto-start: true