There was an error while loading. Please reload this page.
1 parent 593cc1a commit df14a0cCopy full SHA for df14a0c
1 file changed
.github/workflows/reusable-testing.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Setup MySQL Server
77
id: setup-mysql
78
if: ${{ inputs.dbtype != 'sqlite' }}
79
- uses: shogo82148/actions-setup-mysql@076e636c45996ec8cb1a455c65f9f5364aeebd8a # v1
+ uses: shogo82148/actions-setup-mysql@3dcedf762c5e82d781a9e414462785b30208e79c # v1
80
with:
81
mysql-version: '8.0' # Standard MySQL version for these tests
82
auto-start: true
0 commit comments