diff --git a/.github/workflows/reusable-functional.yml b/.github/workflows/reusable-functional.yml index 9a35397..30b9fd0 100644 --- a/.github/workflows/reusable-functional.yml +++ b/.github/workflows/reusable-functional.yml @@ -104,7 +104,7 @@ jobs: - name: Setup MySQL Server id: setup-mysql if: ${{ inputs.dbtype != 'sqlite' }} - uses: shogo82148/actions-setup-mysql@b35e23af29aa7b32dc3c434e87a53e12d5706911 # v1 + uses: shogo82148/actions-setup-mysql@076e636c45996ec8cb1a455c65f9f5364aeebd8a # v1 with: mysql-version: ${{ inputs.mysql }} auto-start: true