From 7e056f5a1e56da193c398eb5dae99816a7daeec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 03:34:24 +0000 Subject: [PATCH] build(deps): 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/escape-matrix.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/escape-matrix.yml b/.github/workflows/escape-matrix.yml index 1cecb70..39cfef1 100644 --- a/.github/workflows/escape-matrix.yml +++ b/.github/workflows/escape-matrix.yml @@ -111,7 +111,7 @@ jobs: ${{ inputs.jit == 'off' && 'opcache.jit=off, opcache.jit_buffer_size=0' || format('opcache.jit={0}, opcache.jit_buffer_size=64M', inputs.jit) }} - name: Start MySQL 8.0 - uses: shogo82148/actions-setup-mysql@62da9377d83991fce27b6ed2a397d3306121e41d # v1.53.1 + uses: shogo82148/actions-setup-mysql@083ec148d28e62f2b24b8f4541693dfe1d50488d # v1.54.0 with: mysql-version: '8.0' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d1df826..34012da 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -173,7 +173,7 @@ jobs: coverage: none - name: Start MySQL 8.0 - uses: shogo82148/actions-setup-mysql@62da9377d83991fce27b6ed2a397d3306121e41d # v1.53.1 + uses: shogo82148/actions-setup-mysql@083ec148d28e62f2b24b8f4541693dfe1d50488d # v1.54.0 with: mysql-version: '8.0'