diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index c832f39d4..568ade381 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -153,7 +153,7 @@ jobs: - name: Setup MySQL Server id: setup-mysql - uses: shogo82148/actions-setup-mysql@62da9377d83991fce27b6ed2a397d3306121e41d # v1 + uses: shogo82148/actions-setup-mysql@083ec148d28e62f2b24b8f4541693dfe1d50488d # v1 with: mysql-version: ${{ matrix.mysql }} auto-start: true