There was an error while loading. Please reload this page.
1 parent f34d8c6 commit 2136584Copy full SHA for 2136584
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@b35e23af29aa7b32dc3c434e87a53e12d5706911 # v1
+ uses: shogo82148/actions-setup-mysql@076e636c45996ec8cb1a455c65f9f5364aeebd8a # v1
80
with:
81
mysql-version: '8.0' # Standard MySQL version for these tests
82
auto-start: true
0 commit comments