diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index f69e3a2b3..19d9dabd1 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -152,7 +152,7 @@ jobs: - name: Setup MySQL Server id: setup-mysql - uses: shogo82148/actions-setup-mysql@3dcedf762c5e82d781a9e414462785b30208e79c # v1 + uses: shogo82148/actions-setup-mysql@62da9377d83991fce27b6ed2a397d3306121e41d # v1 with: mysql-version: ${{ matrix.mysql }} auto-start: true