From 6982e7a0756300610e67924b69315354bca4d933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 02:03:46 +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/reusable-functional.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-functional.yml b/.github/workflows/reusable-functional.yml index d1ab1a8..46b8642 100644 --- a/.github/workflows/reusable-functional.yml +++ b/.github/workflows/reusable-functional.yml @@ -172,7 +172,7 @@ jobs: - name: Setup MySQL Server id: setup-mysql if: ${{ inputs.dbtype != 'sqlite' }} - uses: shogo82148/actions-setup-mysql@3dcedf762c5e82d781a9e414462785b30208e79c # v1 + uses: shogo82148/actions-setup-mysql@62da9377d83991fce27b6ed2a397d3306121e41d # v1 with: mysql-version: ${{ inputs.mysql }} auto-start: true