From 3efeb1fc55a918fe0ece95f4b59dc208dc18e889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:52:27 +0000 Subject: [PATCH] Bump shogo82148/actions-setup-mysql from 1.23.0 to 1.53.1 Bumps [shogo82148/actions-setup-mysql](https://github.com/shogo82148/actions-setup-mysql) from 1.23.0 to 1.53.1. - [Release notes](https://github.com/shogo82148/actions-setup-mysql/releases) - [Commits](https://github.com/shogo82148/actions-setup-mysql/compare/v1.23.0...v1.53.1) --- updated-dependencies: - dependency-name: shogo82148/actions-setup-mysql dependency-version: 1.53.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CSharp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CSharp.yml b/.github/workflows/CSharp.yml index 28820ee..9db8d58 100644 --- a/.github/workflows/CSharp.yml +++ b/.github/workflows/CSharp.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v7 - name: Start MYSQL - uses: shogo82148/actions-setup-mysql@v1.23.0 + uses: shogo82148/actions-setup-mysql@v1.53.1 with: mysql-version: "8.0"