From 70cba3288859060187d2eec546ee7f03e145eba9 Mon Sep 17 00:00:00 2001 From: Slendy Date: Mon, 6 Jan 2025 00:40:58 -0600 Subject: [PATCH] Update CI actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cadb9d5d..18fe8132 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Start MySQL if: ${{ matrix.os.database }} - uses: shogo82148/actions-setup-mysql@v1.14.1 + uses: shogo82148/actions-setup-mysql@v1.40.0 with: mysql-version: '8.0' root-password: ${{ env.DB_PASSWORD }}