diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 272f6ac61..14ff44906 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -149,7 +149,7 @@ jobs: - name: Setup MySQL Server id: setup-mysql - uses: shogo82148/actions-setup-mysql@840178c12b07a58353c6312be784c23b63756eea # v1 + uses: shogo82148/actions-setup-mysql@9c42ca180d5f1dd4dceb54c23c5eda0384f4d265 # v1 with: mysql-version: ${{ matrix.mysql }} auto-start: true